mirror of
https://github.com/cool-team-official/cool-admin-vue.git
synced 2026-01-27 16:48:13 +00:00
优化参数列表
This commit is contained in:
parent
04afd06ba7
commit
b00a504801
@ -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
|
||||
},
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user