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) {