From 58dd501cb2823f40ebb602a4a0c779de24971805 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=99=E6=99=AF=E5=AD=A6?= <5412262+sun_jing_xue@user.noreply.gitee.com> Date: Fri, 18 Jul 2025 16:21:15 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8C=E4=B8=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../informationManagement/SupplierRegisterAgent/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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', }, {