mirror of
https://github.com/cool-team-official/cool-admin-vue.git
synced 2026-02-01 21:08:12 +00:00
优化参数列表
This commit is contained in:
parent
04afd06ba7
commit
b00a504801
@ -83,10 +83,21 @@ const Table = useTable({
|
|||||||
prop: 'keyName',
|
prop: 'keyName',
|
||||||
minWidth: 150
|
minWidth: 150
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
label: '数据',
|
||||||
|
prop: 'data',
|
||||||
|
minWidth: 200,
|
||||||
|
component: {
|
||||||
|
name: 'cl-code-json',
|
||||||
|
props: {
|
||||||
|
popover: true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
label: t('数据类型'),
|
label: t('数据类型'),
|
||||||
prop: 'dataType',
|
prop: 'dataType',
|
||||||
minWidth: 150,
|
minWidth: 120,
|
||||||
dict: options.dataType
|
dict: options.dataType
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user