Browse Source

👣 编写基础模块字典

master
wangxiang 3 years ago
parent
commit
3b52507f13
  1. 6
      kicc-ui/src/views/system/dict/dictdata.data.ts

6
kicc-ui/src/views/system/dict/dictdata.data.ts

@ -20,11 +20,13 @@ export const columns: BasicColumn[] = [ @@ -20,11 +20,13 @@ export const columns: BasicColumn[] = [
},
{
title: '字典数据键值',
dataIndex: 'value'
dataIndex: 'value',
width: 120
},
{
title: '字典数据排序',
dataIndex: 'sort'
dataIndex: 'sort',
width: 120
}
];

Loading…
Cancel
Save