From 9701b4721ca0b1b11f2c02b2438574f0c0771ad9 Mon Sep 17 00:00:00 2001
From: huminmin <mac@MacBook-Pro.local>
Date: 星期五, 30 一月 2026 17:03:08 +0800
Subject: [PATCH] 合同上传附件页面页码展示有误

---
 src/views/collaborativeApproval/notificationManagement/meetPublish/index.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/views/collaborativeApproval/notificationManagement/meetPublish/index.vue b/src/views/collaborativeApproval/notificationManagement/meetPublish/index.vue
index a85de7f..dace531 100644
--- a/src/views/collaborativeApproval/notificationManagement/meetPublish/index.vue
+++ b/src/views/collaborativeApproval/notificationManagement/meetPublish/index.vue
@@ -239,7 +239,7 @@
     it.participants = staffList.value.filter(staff => staffs.some(id=>id === staff.id)).map(staff => {
       return {
         id: staff.id,
-        name: `${staff.staffName}(${staff.postName})`
+        name: `${staff.staffName}${staff.postName ? ` (${staff.postName})` : ''}`
       }
     })
 

--
Gitblit v1.9.3