优化字典、配置
This commit is contained in:
parent
c56d32bd54
commit
03e4a66f18
@ -13,11 +13,6 @@ export const columns = [
|
||||
{
|
||||
label: '配置编码',
|
||||
prop: 'code',
|
||||
minWidth: 100,
|
||||
},
|
||||
{
|
||||
label: '排序',
|
||||
prop: 'sort',
|
||||
minWidth: 100,
|
||||
minWidth: 200,
|
||||
},
|
||||
];
|
||||
|
@ -10,6 +10,6 @@ export const columns = [
|
||||
{
|
||||
label: '字典编码',
|
||||
prop: 'code',
|
||||
minWidth: 100,
|
||||
minWidth: 200,
|
||||
},
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user