单位与部门
This commit is contained in:
@ -92,8 +92,8 @@ const AccessManagement: React.FC = () => {
|
||||
render: (_: any, __: any, idx: number) => (((pagination.current ?? 1) - 1) * (pagination.pageSize ?? 10)) + idx + 1,
|
||||
},
|
||||
{ title: '准入工作', ellipsis: true, width: 120, dataIndex: 'accessWorkName' },
|
||||
{ title: '准入单位', ellipsis: true, width: 120, dataIndex: 'deptId' },
|
||||
{ title: '准入部门', ellipsis: true, width: 120, dataIndex: 'deptId' },
|
||||
{ title: '准入单位', ellipsis: true, width: 120, dataIndex: 'orgName' },
|
||||
{ title: '准入部门', ellipsis: true, width: 120, dataIndex: 'deptName' },
|
||||
{ title: '准入方式', ellipsis: true, width: 120, dataIndex: 'accessTypeText' },
|
||||
{ title: '申请时间', ellipsis: true, width: 180, dataIndex: 'createTime' },
|
||||
{
|
||||
|
Reference in New Issue
Block a user