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",