节点展开

This commit is contained in:
sjl
2025-10-31 10:53:17 +08:00
parent 288f4254b0
commit 443d5ab2bd
3 changed files with 13 additions and 12 deletions

View File

@@ -50,6 +50,7 @@ getDeviceTree().then(res => {
item2.color = config.getColorVal('elementUiPrimary')
item2.children.forEach((item3: any) => {
item3.icon = 'el-icon-Platform'
item3.level = 2
item3.color = config.getColorVal('elementUiPrimary')
if (item3.comFlag === 1) {
item3.color = '#e26257 !important'