From 6252bf426c9b4ec3013024854f6d07682e421782 Mon Sep 17 00:00:00 2001 From: joylink_fanyuhong <18706759286@163.com> Date: Wed, 20 Nov 2024 16:03:25 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=85=E9=9A=9C=E6=97=B6=E9=97=B4=E5=B1=95?= =?UTF-8?q?=E7=A4=BA=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/LineMonitorPage.vue | 67 +++++++++++++++++++++++++++++++---- 1 file changed, 61 insertions(+), 6 deletions(-) diff --git a/src/pages/LineMonitorPage.vue b/src/pages/LineMonitorPage.vue index bf49637..1ebd065 100644 --- a/src/pages/LineMonitorPage.vue +++ b/src/pages/LineMonitorPage.vue @@ -5,19 +5,73 @@
+ +
-
+
@@ -52,6 +106,7 @@ const route = useRoute(); const lineStore = useLineStore(); const lineNetStore = useLineNetStore(); const faultInfo = ref(false); +const faultInfoMin = ref(false); const alarmInfoList: AlarmInfo[] = reactive([]); let timeInterval = null; let timeInfoLabel: string[] = reactive([]);