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

@ -330,7 +330,7 @@ const EquipmentStateView = () => {
dataset: { dataset: {
source: { source: {
// product: ['All', 'Homegrown', 'Import'], // product: ['All', 'Homegrown', 'Import'],
product: ['运行', '机', '报警', '维护'], product: ['运行', '机', '报警', '维护'],
All, All,
Homegrown, Homegrown,
Import, Import,
@ -520,7 +520,7 @@ const EquipmentRecordStateMonthTotal = () => {
} }
], ],
dataset: { dataset: {
dimensions: ['product', 'totalRunningTime', 'totalAlarmTime', 'totalStopTime', 'totalMaintainTime'], dimensions: ['product', 'totalRunningTime', 'totalStopTime', 'totalAlarmTime', 'totalMaintainTime'],
source: result source: result
}, },
series: [ series: [

Loading…
Cancel
Save