update 系统功能列表全部加上列宽

This commit is contained in:
2021-06-28 18:18:59 +08:00
parent 6dceac060d
commit 54955e26e5
14 changed files with 544 additions and 432 deletions

View File

@@ -48,7 +48,7 @@ export default class index extends Component {
title: '区域类型',
dataIndex: 'levelType',
sorter: true,
width: 50,
width: 100,
render: text => <>{this.bindCodeValue(text, 'areacode_type')}</>,
},
{
@@ -60,14 +60,15 @@ export default class index extends Component {
{
title: '区域编号',
dataIndex: 'code',
width: 80,
width: 100,
sorter: true,
},
{
title: '行政编号',
dataIndex: 'adCode',
width: 80,
width: 100,
sorter: true,
defaultSortOrder: 'ascend',
},
{
title: '描述',