diff --git a/src/views/Monitoring/index.vue b/src/views/Monitoring/index.vue index 313e115..9c42735 100644 --- a/src/views/Monitoring/index.vue +++ b/src/views/Monitoring/index.vue @@ -76,6 +76,28 @@ {{ info.Mode ? '手动' : '自动' }} +
+
+
+
当前故障
+
当前扫描设备数:{{ scanDeviceCount }}
+
+ + + + + 刷新当前故障 + +
+
+
+ 回路{{ fault.loop_idx }} + {{ fault.message }} + {{ fault.code }} +
+
+
当前无故障
+
@@ -202,7 +224,7 @@