优化字典、配置

This commit is contained in:
zjl 2024-12-18 15:23:20 +08:00
parent c56d32bd54
commit 03e4a66f18
2 changed files with 2 additions and 7 deletions

View File

@ -13,11 +13,6 @@ export const columns = [
{
label: '配置编码',
prop: 'code',
minWidth: 100,
},
{
label: '排序',
prop: 'sort',
minWidth: 100,
minWidth: 200,
},
];

View File

@ -10,6 +10,6 @@ export const columns = [
{
label: '字典编码',
prop: 'code',
minWidth: 100,
minWidth: 200,
},
];