From aee28c4af4f9b38850f138a57732cd4596f2bb34 Mon Sep 17 00:00:00 2001 From: luotaiqian <1147642922@qq.com> Date: Tue, 11 Aug 2026 14:00:14 +0800 Subject: [PATCH] bug fix --- src/components/StaffViewModal/index.js | 3 +++ .../EnterpriseInfo/PersonnelInfo/List/index.js | 16 ++++++++++++++++ 2 files changed, 19 insertions(+) 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({ /> + + + + +