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}