From fedf1ce36046ae0e7b4779c68ac5524a84d16565 Mon Sep 17 00:00:00 2001 From: luotaiqian <1147642922@qq.com> Date: Tue, 7 Jul 2026 11:52:21 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../PersonnelInfo/Certificate/index.js | 59 ++++++++++++++----- 1 file changed, 43 insertions(+), 16 deletions(-) diff --git a/src/pages/Container/EnterpriseInfo/PersonnelInfo/Certificate/index.js b/src/pages/Container/EnterpriseInfo/PersonnelInfo/Certificate/index.js index b3692cc..a87e45f 100644 --- a/src/pages/Container/EnterpriseInfo/PersonnelInfo/Certificate/index.js +++ b/src/pages/Container/EnterpriseInfo/PersonnelInfo/Certificate/index.js @@ -59,21 +59,29 @@ function StaffCertificatePage(props) { }; return ( - + { setCurrentId(""); setAddModalOpen(true); }}>新增证书 + } + > + + , , - - + + , - - + + , ]} onReset={() => { @@ -88,8 +96,10 @@ function StaffCertificatePage(props) { - - - - - - @@ -278,7 +282,25 @@ function CertModal({ > - + + + + + + + + + + + + + + + + + + + {info.certName} - {info.certCategory} + {info.certTypeCode} + {info.certTypeName} + {info.certCategoryCode} + {info.certCategoryName} + {info.operationCategoryCode} + {info.operationCategoryName} {info.certNo} {info.issueOrg} {info.validStartDate} {info.validEndDate} - {info.reviewDate} + {info.reviewDate}