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 @@