gaoluyang
4 天以前 8bb204ea6b9c73727ba50e9697a6940b53e5963d
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})` : ''}`
      }
    })