From c1e662b4712c71861d7cd8c80187c1036d832cba Mon Sep 17 00:00:00 2001
From: fanluyan <754122931@qq.com>
Date: Sat, 20 May 2023 13:00:52 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../components/adddeviceDialogbak.vue | 117 ------
.../components/setdevice copy.vue | 373 ++++++++++++++++++
.../components/setdevice.vue | 100 +----
.../components/addPhotoDialog copy.vue | 279 -------------
src/views/pictureRotation/indexbak.vue | 351 ----------------
.../components/setschedule.vue | 2 +-
6 files changed, 394 insertions(+), 828 deletions(-)
delete mode 100644 src/views/devicePhotoSchedule/components/adddeviceDialogbak.vue
create mode 100644 src/views/devicePhotoSchedule/components/setdevice copy.vue
delete mode 100644 src/views/management/monitoringEquipment/photographicDevice/components/addPhotoDialog copy.vue
delete mode 100644 src/views/pictureRotation/indexbak.vue
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 @@
-
-
+ {{ val.startTime }} ~
+ {{ val.endTime }}
+ 间隔:{{ val.span }}分钟
+ 暂无通道时间表规则
+ 设置通道
+ 电压等级:{{ dyitem.name }}
+ 线路:{{ xlitem.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 @@ - -- {{ item.linename }}-{{ item.displayname }}-{{ item.channnelname }} -
-- {{ $moment(item.photoTime).format("yy-MM-DD HH:mm:ss") }} -
-