From e455bb5a6003e7da88cd6e77a99c7a9131f9903f Mon Sep 17 00:00:00 2001 From: wangqiyang Date: Thu, 30 Jul 2026 12:47:12 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E7=B2=BE=E7=AE=80=E5=AE=9E=E6=97=B6?= =?UTF-8?q?=E7=9B=91=E6=8E=A7=E6=95=85=E9=9A=9C=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Monitoring/index.vue | 94 ++++++++++++++++++++++++++++++---- 1 file changed, 83 insertions(+), 11 deletions(-) diff --git a/src/views/Monitoring/index.vue b/src/views/Monitoring/index.vue index 1241a79..c0787ba 100644 --- a/src/views/Monitoring/index.vue +++ b/src/views/Monitoring/index.vue @@ -90,11 +90,11 @@
-
+
回路{{ fault.loop_idx }} - {{ fault.message }} - {{ fault.code }} + {{ fault.message }}
+
+{{ hiddenFaultCount }}
当前无故障
@@ -110,13 +110,22 @@
电流: {{ circuit.A ? circuit.A?.toFixed(2) : 0 }}A
-
功率: {{ circuit.Kw ? circuit.Kw?.toFixed(3) : 0 }}kW
-
调光: {{ circuit.pwm || 0 }}%
+
功率: {{ circuit.Kw ? circuit.Kw?.toFixed(3) : 0 }}kW
+
+
+
+
调光通道{{ loopNo(channel, index) }}
+
+ {{ channel.pwm || 0 }}% +
+
+
+