diff --git a/src/pages/Container/EnterpriseInfo/PersonnelInfo/Certificate/index.js b/src/pages/Container/EnterpriseInfo/PersonnelInfo/Certificate/index.js index 8e65b84..d0cbcbf 100644 --- a/src/pages/Container/EnterpriseInfo/PersonnelInfo/Certificate/index.js +++ b/src/pages/Container/EnterpriseInfo/PersonnelInfo/Certificate/index.js @@ -382,7 +382,7 @@ function CertModal({ accept=".jpg,.jpeg,.png,.gif,.bmp,.webp,.pdf" extra="最多上传10个附件,支持jpg、jpeg、png、gif、bmp、webp、pdf格式" /> - + ); @@ -456,4 +456,4 @@ function ViewModal({ open, currentId, staffCertificateInfo, onCancel }) { ); } -export default Connect([NS_STAFF_CERTIFICATE], true)(AntdTableFuncControl(StaffCertificatePage)); \ No newline at end of file +export default Connect([NS_STAFF_CERTIFICATE], true)(AntdTableFuncControl(StaffCertificatePage));