From b02ca26f1b8b72e0ed44a460278ddef345e0dbb1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=9C=E7=AC=99=E6=AD=8C?= <2277317060@qq.com> Date: Wed, 30 Oct 2024 16:27:19 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B94F=20agv?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/cs/index2.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ? '运行' : '停机' }}