From 9561012e6ad4da0ee8458d23bd210c04a1b077aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=9C=E7=AC=99=E6=AD=8C?= <2277317060@qq.com> Date: Fri, 27 Dec 2024 18:01:58 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=9C=8B=E6=9D=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/cs/index4.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/views/cs/index4.vue b/src/views/cs/index4.vue index 6996fed..ccacc91 100644 --- a/src/views/cs/index4.vue +++ b/src/views/cs/index4.vue @@ -54,7 +54,7 @@
-
{{ type }}{{ i.equipmentCode }}
+
{{ type }}{{ i.equipmentCode.split('').at(-1) }}
运行状态:
{{ i.completed_count >0?'运行中':'已暂停' }}
订单号:
@@ -89,6 +89,9 @@ export default { }, mounted() { this.getData() + setInterval(()=>{ + this.getData() + },1000*60) }, methods: { getColor(e) {