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: [