修改在线设备

This commit is contained in:
guanj
2026-01-08 11:33:40 +08:00
parent 0d155c8680
commit c2d0faea08
7 changed files with 13 additions and 13 deletions

View File

@@ -87,7 +87,7 @@ getDeviceTree().then(res => {
// })
})
})
} else if (item.name == '在线设备') {
} else if (item.name == '监测设备') {
item.children.forEach((item: any) => {
item.icon = 'el-icon-HomeFilled'
item.color = config.getColorVal('elementUiPrimary')