huminmin
4 天以前 2cd7332dd1635f7b65c98326ceb85075b353d6b4
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})` : ''}`
      }
    })