修改菜单,角色,部门,字典等功能

This commit is contained in:
刘倡
2025-07-16 09:38:21 +08:00
parent d594ad95e0
commit bcb704afd2
16 changed files with 749 additions and 1330 deletions

View File

@ -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,
},
{