diff --git a/src/views/devicePhotoSchedule/components/adddeviceDialogbak.vue b/src/views/devicePhotoSchedule/components/adddeviceDialogbak.vue deleted file mode 100644 index 765b46b..0000000 --- a/src/views/devicePhotoSchedule/components/adddeviceDialogbak.vue +++ /dev/null @@ -1,117 +0,0 @@ - - diff --git a/src/views/devicePhotoSchedule/components/setdevice copy.vue b/src/views/devicePhotoSchedule/components/setdevice copy.vue new file mode 100644 index 0000000..59b66cd --- /dev/null +++ b/src/views/devicePhotoSchedule/components/setdevice copy.vue @@ -0,0 +1,373 @@ + + + diff --git a/src/views/devicePhotoSchedule/components/setdevice.vue b/src/views/devicePhotoSchedule/components/setdevice.vue index e2879e8..9fc5522 100644 --- a/src/views/devicePhotoSchedule/components/setdevice.vue +++ b/src/views/devicePhotoSchedule/components/setdevice.vue @@ -31,34 +31,19 @@
-
-

电压等级:{{ dyitem.name }}

-
-
- -

线路:{{ xlitem.name }}

-
- - {{ zzitem.displayName }} - 装置正在下发 - - -
-
-
+ + + {{ data.name }} + 装置下发中 + +

暂无通道

@@ -96,55 +81,12 @@ export default { }, ruleid: "", parmsList: [], //选中的通道 - - tableData: [ - { - id: 2, - date: "220kv", - name: "线路11", - address: "asdadadadad", - children: [ - { - id: 31, - date: "220kv", - name: "线路11", - address: "asdadadadad", - }, - { - id: 32, - date: "220kv", - name: "线路11", - address: "asdadadadad", - }, - ], - }, - { - id: 3, - date: "220kv", - name: "线路11", - address: "asdadadadad", - children: [ - { - id: 31, - date: "220kv", - name: "线路11", - address: "asdadadadad", - }, - { - id: 32, - date: "220kv", - name: "线路11", - address: "asdadadadad", - }, - ], - }, - ], multipleSelection: [], //新是数据结构参数 newzzList: [], zzListCheck: [], loading: false, - checked: false, + //全选 checkAll: true, isIndeterminate: true, //全选设置默认选中 @@ -164,15 +106,12 @@ export default { getScheduleRulelAccessList({}) .then((res) => { this.listnr = res.data.list; + this.aisleList = res.data.channellist; }) .catch((err) => {}); }, - //q全选 - handleCheckAllChange(val) { - console.log(val); - this.isIndeterminate = false; - }, + //选择通道 handleChange() { console.log(this.checkedAisle); @@ -183,7 +122,8 @@ export default { .then((res) => { console.log(res); this.newzzList = res.data.list; - this.checked = true; + console.log(this.listnr); + console.log(this.newzzList); console.log(this.zzListCheck); this.loading = false; }) @@ -333,8 +273,8 @@ export default { h4 { } .el-checkbox-group { - display: flex; - flex-direction: column; + // display: flex; + // flex-direction: column; margin-left: 22px; .el-checkbox { line-height: 28px; diff --git a/src/views/management/monitoringEquipment/photographicDevice/components/addPhotoDialog copy.vue b/src/views/management/monitoringEquipment/photographicDevice/components/addPhotoDialog copy.vue deleted file mode 100644 index f85c6f0..0000000 --- a/src/views/management/monitoringEquipment/photographicDevice/components/addPhotoDialog copy.vue +++ /dev/null @@ -1,279 +0,0 @@ - - - diff --git a/src/views/pictureRotation/indexbak.vue b/src/views/pictureRotation/indexbak.vue deleted file mode 100644 index e959e67..0000000 --- a/src/views/pictureRotation/indexbak.vue +++ /dev/null @@ -1,351 +0,0 @@ - - - diff --git a/src/views/realTimeMonitor/components/setschedule.vue b/src/views/realTimeMonitor/components/setschedule.vue index 1c44d52..8cb0219 100644 --- a/src/views/realTimeMonitor/components/setschedule.vue +++ b/src/views/realTimeMonitor/components/setschedule.vue @@ -565,7 +565,7 @@ export default { .w80 { width: 80%; overflow-y: auto; - height: 250px; + height: 210px; } .mr20 { margin-right: 20px;