修改菜单,角色,部门,字典等功能
This commit is contained in:
@ -15,20 +15,20 @@ const Index: React.FC<{}> = () => {
|
||||
wrapperCol: { span: 13 },
|
||||
};
|
||||
const columns: ProColumns[] = [
|
||||
{
|
||||
title: '组织编码',
|
||||
dataIndex: 'orgNum',
|
||||
width: '10%',
|
||||
},
|
||||
// {
|
||||
// title: '组织编码',
|
||||
// dataIndex: 'orgNum',
|
||||
// width: '15%',
|
||||
// },
|
||||
{
|
||||
title: '组织名称',
|
||||
dataIndex: 'orgName',
|
||||
width: '30%',
|
||||
width: '45%',
|
||||
},
|
||||
{
|
||||
title: '组织全称',
|
||||
dataIndex: 'orgFullName',
|
||||
width: '45%',
|
||||
width: '40%',
|
||||
hideInSearch: true,
|
||||
},
|
||||
{
|
||||
|
Reference in New Issue
Block a user