治理设备状态

This commit is contained in:
sjl
2025-10-31 10:23:22 +08:00
parent 130db82e41
commit 288f4254b0
2 changed files with 55 additions and 8 deletions

View File

@@ -46,7 +46,7 @@ const info = () => {
item2.color = config.getColorVal('elementUiPrimary')
item2.children.forEach((item3: any) => {
item3.icon = 'el-icon-Platform'
item3.level = 1
item3.level = 2
item3.color =
item3.comFlag === 2 ? config.getColorVal('elementUiPrimary') : '#e26257 !important'
item3.children.forEach((item4: any) => {