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