From e092204bee0617a04984ce52994b075d57fe4e97 Mon Sep 17 00:00:00 2001 From: liuhr Date: Wed, 3 Jul 2024 17:23:54 +0800 Subject: [PATCH] =?UTF-8?q?[FEAT]:=201.=E5=B0=86=20=E8=AE=BE=E5=A4=87?= =?UTF-8?q?=E8=BF=90=E8=A1=8C=E7=8A=B6=E6=80=81=E6=80=BB=E8=A7=88=E9=A5=BC?= =?UTF-8?q?=E5=9B=BE=E4=B8=AD=20=E2=80=9D=E5=81=9C=E6=9C=BA=E2=80=9C=20?= =?UTF-8?q?=E6=94=B9=E4=B8=BA=20=E2=80=9D=E5=BE=85=E6=9C=BA=E2=80=9C=202.?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=20=E6=9C=88=E5=BA=A6=E6=97=B6=E9=95=BF?= =?UTF-8?q?=E7=BB=9F=E8=AE=A1=20=E5=BE=85=E6=9C=BA=E4=B8=8E=E6=8A=A5?= =?UTF-8?q?=E8=AD=A6=E5=86=99=E5=8F=8D=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/screen/screen1/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/screen/screen1/index.vue b/src/pages/screen/screen1/index.vue index 3bbcf06..35f7b45 100644 --- a/src/pages/screen/screen1/index.vue +++ b/src/pages/screen/screen1/index.vue @@ -330,7 +330,7 @@ const EquipmentStateView = () => { dataset: { source: { // product: ['All', 'Homegrown', 'Import'], - product: ['运行', '停机', '报警', '维护'], + product: ['运行', '待机', '报警', '维护'], All, Homegrown, Import, @@ -520,7 +520,7 @@ const EquipmentRecordStateMonthTotal = () => { } ], dataset: { - dimensions: ['product', 'totalRunningTime', 'totalAlarmTime', 'totalStopTime', 'totalMaintainTime'], + dimensions: ['product', 'totalRunningTime', 'totalStopTime', 'totalAlarmTime', 'totalMaintainTime'], source: result }, series: [