优化参数列表

This commit is contained in:
icssoa 2025-04-18 17:23:52 +08:00
parent 04afd06ba7
commit b00a504801

View File

@ -83,10 +83,21 @@ const Table = useTable({
prop: 'keyName',
minWidth: 150
},
{
label: '数据',
prop: 'data',
minWidth: 200,
component: {
name: 'cl-code-json',
props: {
popover: true
}
}
},
{
label: t('数据类型'),
prop: 'dataType',
minWidth: 150,
minWidth: 120,
dict: options.dataType
},
{