spring
4 天以前 a3c508233dd94b50c8005ec3a5d40b91341d6434
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})` : ''}`
      }
    })