From 3d7ba5bb7f2de6e9f1c6dbfff6b17d18f7857687 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=9C=E7=AC=99=E6=AD=8C?= <2277317060@qq.com> Date: Mon, 30 Dec 2024 14:38:55 +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 | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/views/cs/index4.vue b/src/views/cs/index4.vue index 563cb43..5b2d1ac 100644 --- a/src/views/cs/index4.vue +++ b/src/views/cs/index4.vue @@ -52,11 +52,12 @@
-
+
{{ type }}{{ i.equipmentCode.split('').at(-1) }}
运行状态:
- {{ i.completed_count > 0 ? '运行中' : '已暂停' }} + + {{ k !== 7 ? '运行中' : '调试中' }}
订单号:
{{ i.workorder_code }}
@@ -99,7 +100,7 @@ export default { if (e === 1) { return '#77d75b' } - if(e === 0){ + if (e === 0) { return '#ff0000' } }, @@ -108,7 +109,7 @@ export default { shiftId: this.shiftId, equipmentCode: this.equipmentCode }).then((e) => { - this.list = e.data.rightlist + this.list = e.data.rightlist.slice(0,7) this.$refs.chart1.setData({ tooltip: { trigger: "axis",