|
|
@@ -430,19 +430,19 @@
|
|
|
deep:true,
|
|
|
handler:function(newStation){
|
|
|
let grids={
|
|
|
- single:{status:'',},
|
|
|
+ single:{status:'',amount:'',},
|
|
|
half:{
|
|
|
- left:{status:'',},
|
|
|
- right:{status:'',}
|
|
|
+ left:{status:'',amount:'',},
|
|
|
+ right:{status:'',amount:'',}
|
|
|
},
|
|
|
quarter:{
|
|
|
- left:{top:{status:'',},bottom:{status:'',},},
|
|
|
- right:{top:{status:'',},bottom:{status:'',},},
|
|
|
+ left:{top:{status:'',amount:'',},bottom:{status:'',amount:'',},},
|
|
|
+ right:{top:{status:'',amount:'',},bottom:{status:'',amount:'',},},
|
|
|
},
|
|
|
sixth:{
|
|
|
- left:{top:{status:'',},bottom:{status:'',},},
|
|
|
- mid:{top:{status:'',},bottom:{status:'',},},
|
|
|
- right:{top:{status:'',},bottom:{status:'',},},
|
|
|
+ left:{top:{status:'',amount:'',},bottom:{status:'',amount:'',},},
|
|
|
+ mid:{top:{status:'',amount:'',},bottom:{status:'',amount:'',},},
|
|
|
+ right:{top:{status:'',amount:'',},bottom:{status:'',amount:'',},},
|
|
|
},
|
|
|
};
|
|
|
if(!newStation.current_station_task||newStation.current_station_task.length===0) {
|