diff --git a/src/views/cs/index2.vue b/src/views/cs/index2.vue index c86a42a..f9c8dc7 100644 --- a/src/views/cs/index2.vue +++ b/src/views/cs/index2.vue @@ -84,7 +84,7 @@
{{ i.equName }}
设备产量: {{ i.quantity }}
-
设备状态: {{ parseFloat(i.quantity) > 0 ? '启动' : '停机' }}
+
设备状态: {{ parseFloat(i.quantity) > 0 ? '运行' : '停机' }}
@@ -94,7 +94,7 @@ :style="`display:${loopIndex === 18+k?'inline-block':''}`">
{{ i.equName }}
设备产量: {{ i.quantity }}
-
设备状态: {{ parseFloat(i.quantity) > 0 ? '启动' : '停机' }} +
设备状态: {{ parseFloat(i.quantity) > 0 ? '运行' : '停机' }}