优化字典、配置

This commit is contained in:
zjl 2024-12-18 15:24:38 +08:00
parent 05dd125357
commit b63b3267ef
2 changed files with 2 additions and 7 deletions

View File

@ -14,11 +14,6 @@ export const columns = [
{
title: '配置编码',
key: 'code',
width: 100,
},
{
title: '排序',
key: 'sort',
width: 100,
width: 200,
},
];

View File

@ -14,6 +14,6 @@ export const columns = [
{
title: '字典编码',
key: 'code',
width: 100,
width: 200,
},
];