设备状态枚举更新
This commit is contained in:
@ -6,10 +6,13 @@ const ems = {
|
||||
'2': '停止'
|
||||
}, //工作状态
|
||||
deviceStatusOptions: {
|
||||
'0': '在线',
|
||||
'1': '离线',
|
||||
'2': '维修中'
|
||||
'0': '离线',
|
||||
'1': '待机',
|
||||
'2': '运行',
|
||||
'3': '故障',
|
||||
'4': '停机'
|
||||
}, //设备状态
|
||||
|
||||
gridStatusOptions: {
|
||||
'0': '并网',
|
||||
'1': '未并网'
|
||||
|
||||
Reference in New Issue
Block a user