设备状态枚举更新

This commit is contained in:
白菜
2025-11-01 13:04:26 +08:00
parent 6149cba24e
commit e7bc43008f
3 changed files with 22 additions and 6 deletions

View File

@ -6,10 +6,13 @@ const ems = {
'2': '停止'
}, //工作状态
deviceStatusOptions: {
'0': '线',
'1': '离线',
'2': '维修中'
'0': '线',
'1': '待机',
'2': '运行',
'3': '故障',
'4': '停机'
}, //设备状态
gridStatusOptions: {
'0': '并网',
'1': '未并网'