安装 luckyexcel 修改菜单文件位置

This commit is contained in:
GGJ
2024-03-26 16:34:58 +08:00
parent cc1edc0e96
commit 668fbed3ef
28 changed files with 5311 additions and 229 deletions

View File

@@ -108,6 +108,8 @@ const tableStore: any = new TableStore({
? 'I 级预警'
: row.cellValue == 5
? '禁止接入'
: row.cellValue == 6
? '允许接入'
: ''
}
},