|
@@ -1454,17 +1454,23 @@ export default {
|
1454
|
1454
|
},
|
1455
|
1455
|
cellstyle({ row, column, rowIndex, columnIndex }){
|
1456
|
1456
|
// 分区蓝线
|
1457
|
|
- for(let i=0;i<this.subzone.length;i++){
|
1458
|
|
- const subslice=this.subzone[i].jihaos.slice(-1)
|
1459
|
|
- // console.log('这是row',subslice);
|
1460
|
|
- if(row.zone_id==subslice[0].zone_id && row.jihao_id == subslice[0].id ){
|
1461
|
|
- // console.log('33333333333',subslice);
|
1462
|
|
- return 'border-bottom: 1px solid #707174;'
|
1463
|
|
- }
|
1464
|
|
- }
|
1465
|
|
- if(columnIndex==0){
|
1466
|
|
- return 'border-bottom: 1px solid #707174;'
|
1467
|
|
- }
|
|
1457
|
+ // for(let i=0;i<this.subzone.length;i++){
|
|
1458
|
+ // var subslice=this.subzone[i].jihaos.slice(-1)
|
|
1459
|
+ // // console.log('这是row',subslice);
|
|
1460
|
+
|
|
1461
|
+ // // if(row.zone_id==subslice[0].zone_id && row.jihao_id == subslice[0].id ){
|
|
1462
|
+ // // // console.log('33333333333',subslice);
|
|
1463
|
+ // // return 'border-bottom: 1px solid #707174;'
|
|
1464
|
+ // // }
|
|
1465
|
+ // }
|
|
1466
|
+ // for(let j in subslice){
|
|
1467
|
+ // if(row.zone_id==subslice[j].zone_id && row.jihao_id == subslice[j].id ){
|
|
1468
|
+ // return 'border-bottom: 1px solid #707174;'
|
|
1469
|
+ // }
|
|
1470
|
+ // }
|
|
1471
|
+ // if(columnIndex==0){
|
|
1472
|
+ // return 'border-bottom: 1px solid #707174;'
|
|
1473
|
+ // }
|
1468
|
1474
|
},
|
1469
|
1475
|
|
1470
|
1476
|
changeSearchContagion(id) {
|
|
@@ -4136,7 +4142,7 @@ export default {
|
4136
|
4142
|
ScheduleItem
|
4137
|
4143
|
},
|
4138
|
4144
|
mounted() {
|
4139
|
|
- new Drag(this.$refs.main);
|
|
4145
|
+ // new Drag(this.$refs.main);
|
4140
|
4146
|
this.tableContainHeight = window.innerHeight - this.$refs.table.$el.offsetTop - 120;
|
4141
|
4147
|
|
4142
|
4148
|
// var theType = this.weekType(this.weekTime);
|