检测脚本

This commit is contained in:
sjl
2024-11-20 15:13:50 +08:00
parent c46a55e9c4
commit 55383cf501
21 changed files with 74 additions and 56 deletions

View File

@@ -53,7 +53,7 @@
{
prop: 'code',
label: '编码',
minWidth: 100,
minWidth: 120,
},
{
prop: 'type',
@@ -75,7 +75,7 @@
{
prop: 'icon',
label: '图标',
minWidth: 100,
minWidth: 80,
render: scope => {
const customIcons: { [key: string]: any } = Icons
const iconKey = scope.row.icon; //