From 736329ca1aa7f3372bbe67d7630a6752eadbdf64 Mon Sep 17 00:00:00 2001 From: wj <347312259@qq.com> Date: Thu, 25 May 2023 17:48:49 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=8B=E5=8A=A8=E6=8E=A7=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- psdc-ui/src/views/control/manual/index.vue | 59 +++++++++++++--------- 1 file changed, 36 insertions(+), 23 deletions(-) diff --git a/psdc-ui/src/views/control/manual/index.vue b/psdc-ui/src/views/control/manual/index.vue index 54fd12c..0c3bfe5 100644 --- a/psdc-ui/src/views/control/manual/index.vue +++ b/psdc-ui/src/views/control/manual/index.vue @@ -2,11 +2,12 @@
策略导入
+ +
{{ item.deviceName}} - - +
@@ -14,15 +15,23 @@
- {{ item.deviceRunstatus }} - - - + + + {{ item.deviceRunstatus === true ? '开启' : '关闭'}} + + + + + +
确定
+
+ +
调控日志
@@ -77,7 +86,7 @@