1.将 设备运行状态总览饼图中 ”停机“ 改为 ”待机“
2.修改 月度时长统计 待机与报警写反问题
main
liuhr 2 years ago
parent f1bd0a1c68
commit e092204bee

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

Loading…
Cancel
Save