This commit is contained in:
孙景学
2025-07-18 16:21:15 +08:00
parent 4e8c7d77a8
commit 58dd501cb2

View File

@ -112,13 +112,13 @@ const SupplierRegisterAgent: React.FC = () => {
}, },
{ {
title: '创建单位', title: '创建单位',
dataIndex: 'unit', dataIndex: 'orgName',
align: 'center', align: 'center',
ellipsis: true, ellipsis: true,
}, },
{ {
title: '创建部门', title: '创建部门',
dataIndex: 'deptId', dataIndex: 'deptName',
align: 'center', align: 'center',
}, },
{ {