gaoluyang
2026-02-05 a7d60b3cefab11f173e1af77e0e21a1c5d7699b6
src/views/collaborativeApproval/notificationManagement/summary/index.vue
@@ -214,7 +214,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})` : ''}`
      }
    })