From ba04609631c8fce57a2f8e899e87036fb061e2ba Mon Sep 17 00:00:00 2001 From: wangqiyang Date: Thu, 23 Jul 2026 14:55:01 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E5=AE=9E=E7=8E=B0=E5=BD=93=E5=89=8D?= =?UTF-8?q?=E6=95=85=E9=9A=9C=E5=89=8D=E7=AB=AF=E5=B1=95=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Monitoring/index.vue | 198 ++++++++++++++++++++++++++++----- 1 file changed, 172 insertions(+), 26 deletions(-) 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 @@