优化字典、配置
This commit is contained in:
parent
05dd125357
commit
b63b3267ef
@ -14,11 +14,6 @@ export const columns = [
|
|||||||
{
|
{
|
||||||
title: '配置编码',
|
title: '配置编码',
|
||||||
key: 'code',
|
key: 'code',
|
||||||
width: 100,
|
width: 200,
|
||||||
},
|
|
||||||
{
|
|
||||||
title: '排序',
|
|
||||||
key: 'sort',
|
|
||||||
width: 100,
|
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
@ -14,6 +14,6 @@ export const columns = [
|
|||||||
{
|
{
|
||||||
title: '字典编码',
|
title: '字典编码',
|
||||||
key: 'code',
|
key: 'code',
|
||||||
width: 100,
|
width: 200,
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user