diff --git a/src/components/StaffViewModal/index.js b/src/components/StaffViewModal/index.js index c1bbc46..524bec0 100644 --- a/src/components/StaffViewModal/index.js +++ b/src/components/StaffViewModal/index.js @@ -186,6 +186,9 @@ export default function StaffViewModal({ {info.workExperience || "-"} + + {info.publications || "-"} + {renderFileList(proofMaterialFiles)} diff --git a/src/pages/Container/EnterpriseInfo/PersonnelInfo/List/index.js b/src/pages/Container/EnterpriseInfo/PersonnelInfo/List/index.js index 2aeae28..51e9b72 100644 --- a/src/pages/Container/EnterpriseInfo/PersonnelInfo/List/index.js +++ b/src/pages/Container/EnterpriseInfo/PersonnelInfo/List/index.js @@ -1242,6 +1242,22 @@ function StaffFormModal({ /> + + + + +