From 2771237a6ea07eb1b7be389034b4dc2981b0cffd Mon Sep 17 00:00:00 2001 From: zhaowei <zhaowei> Date: 星期五, 11 七月 2025 21:10:14 +0800 Subject: [PATCH] 1、设备台账新增和编辑增加技术状态字段 2、二保编辑功能 3、二保以及点检自动带入保养周期默认值而不是从设备处带出 --- src/views/dashboard/IndexSignage.vue | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/dashboard/IndexSignage.vue b/src/views/dashboard/IndexSignage.vue index 98c3cd0..358183e 100644 --- a/src/views/dashboard/IndexSignage.vue +++ b/src/views/dashboard/IndexSignage.vue @@ -536,7 +536,7 @@ data: data }], series: [{ - name: '鍒╃敤鐜�', + name: 'TEEP', type: 'bar', zlevel: 1, itemStyle: { @@ -598,7 +598,7 @@ } ] } - option.title.text = `${moment().subtract(1, 'days').format('M鏈圖鏃�')}鍒╃敤鐜嘸 + option.title.text = `${moment().subtract(1, 'days').format('M鏈圖鏃�')}TEEP` this.efficiencyChart.setOption(option, true) this.efficiencyChart.hideLoading() this.efficiencyChart.on('click', params => { @@ -1002,7 +1002,7 @@ } } }, - data: ['OEE', '鍒╃敤鐜�'] + data: ['OEE', 'TEEP'] }, xAxis: { type: 'category', @@ -1092,7 +1092,7 @@ type: 'bar', barWidth: 15, itemStyle: { barBorderRadius: 100 }, - name: '鍒╃敤鐜�', + name: 'TEEP', data: this.doubleBarChartData.utilizationList, label: { show: false, -- Gitblit v1.9.3