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 }}% +
+
+
+