From df6f2ceb3f515c5f31d87bc9c7ad4f3abcf1363f Mon Sep 17 00:00:00 2001 From: fanluyan <754122931@qq.com> Date: Tue, 5 Sep 2023 13:37:39 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E4=B8=8B=E5=8F=91=E6=B0=B4?= =?UTF-8?q?=E5=8D=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/setdevicebak.vue | 248 ++++++++++++++++++ .../components/parameterSetDialog.vue | 223 +++++++++++++++- 2 files changed, 468 insertions(+), 3 deletions(-) create mode 100644 src/views/devicePhotoSchedule/components/setdevicebak.vue diff --git a/src/views/devicePhotoSchedule/components/setdevicebak.vue b/src/views/devicePhotoSchedule/components/setdevicebak.vue new file mode 100644 index 0000000..b99a9c9 --- /dev/null +++ b/src/views/devicePhotoSchedule/components/setdevicebak.vue @@ -0,0 +1,248 @@ + + + diff --git a/src/views/management/monitoringEquipment/photographicDevice/components/parameterSetDialog.vue b/src/views/management/monitoringEquipment/photographicDevice/components/parameterSetDialog.vue index 81ab05c..ded03b2 100644 --- a/src/views/management/monitoringEquipment/photographicDevice/components/parameterSetDialog.vue +++ b/src/views/management/monitoringEquipment/photographicDevice/components/parameterSetDialog.vue @@ -275,7 +275,113 @@ - + +
+ + +
+ + + + + {{ + item.alias !== null && item.alias !== "" + ? item.alias + : item.channelname + }} + + + + + + + + + + + + 查询 + + +
+
+ +
+ + + + + {{ + item.alias !== null && item.alias !== "" + ? item.alias + : item.channelname + }} + + + + + + + + + + + + 设置 + + +
+
+
+
+
+
@@ -325,7 +431,7 @@
- +