From b44341552247ef386f3114cf2e8ae3e0f3478302 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: Mon, 11 Aug 2025 15:07:41 +0800 Subject: [PATCH] =?UTF-8?q?=E5=93=81=E7=B1=BB=E5=BA=93=E4=B8=8E=E5=90=8E?= =?UTF-8?q?=E5=8F=B0=E8=81=94=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../category/CategoryLibraryManage/index.tsx | 19 +++++++++++++- .../category/CategoryLibraryReview/index.tsx | 25 ++++++++++++++++--- .../category/SupplierEntryManage/index.tsx | 19 +++++++++++++- .../category/SupplierEntryReview/index.tsx | 9 ++++--- .../blacklistAudit/index.tsx | 6 ++--- .../blacklistManage/index.tsx | 6 ++--- 6 files changed, 68 insertions(+), 16 deletions(-) diff --git a/src/pages/supplier/category/CategoryLibraryManage/index.tsx b/src/pages/supplier/category/CategoryLibraryManage/index.tsx index bfdde1b..3dd0951 100644 --- a/src/pages/supplier/category/CategoryLibraryManage/index.tsx +++ b/src/pages/supplier/category/CategoryLibraryManage/index.tsx @@ -129,6 +129,20 @@ const CategoryLibraryManage: React.FC = () => { }, { title: '创建单位', + dataIndex: 'applyOrgName', + key: 'applyOrgName', + align: 'center', + ellipsis: true, + }, + { + title: '所属单位', + dataIndex: 'orgName', + key: 'orgName', + align: 'center', + ellipsis: true, + }, + { + title: '所属部门', dataIndex: 'deptName', key: 'deptName', align: 'center', @@ -198,9 +212,12 @@ const CategoryLibraryManage: React.FC = () => { - + + + +