diff --git a/src/pages/supplier/informationManagement/SupplierRegisterAgent/index.tsx b/src/pages/supplier/informationManagement/SupplierRegisterAgent/index.tsx index 4f53c5d..3827d8f 100644 --- a/src/pages/supplier/informationManagement/SupplierRegisterAgent/index.tsx +++ b/src/pages/supplier/informationManagement/SupplierRegisterAgent/index.tsx @@ -112,13 +112,13 @@ const SupplierRegisterAgent: React.FC = () => { }, { title: '创建单位', - dataIndex: 'unit', + dataIndex: 'orgName', align: 'center', ellipsis: true, }, { title: '创建部门', - dataIndex: 'deptId', + dataIndex: 'deptName', align: 'center', }, {