diff --git a/src/views/Monitoring/index.vue b/src/views/Monitoring/index.vue index 1241a79..37ba37b 100644 --- a/src/views/Monitoring/index.vue +++ b/src/views/Monitoring/index.vue @@ -76,27 +76,34 @@ {{ info.Mode ? '手动' : '自动' }} -
-
+
+
-
当前故障
-
当前扫描设备数:{{ scanDeviceCount }}
+
+ 当前故障 + {{ currentFaults.length }}个 +
+
当前扫描设备数:{{ scanDeviceCount }} · {{ faultStatusText }}
+
+
+ + {{ faultListExpanded ? '隐藏' : '展开' }} + + + + + + 刷新 +
- - - - - 刷新当前故障 -
-
-
+
+
回路{{ fault.loop_idx }} - {{ fault.message }} - {{ fault.code }} + {{ fault.message }}
+
+{{ hiddenFaultCount }}
-
当前无故障
@@ -110,13 +117,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 }}% +
+
+
+