diff --git a/src/views/incomePayments/meetManage/Attendance.vue b/src/views/incomePayments/meetManage/Attendance.vue index 1ab7ff3..8fe65ce 100644 --- a/src/views/incomePayments/meetManage/Attendance.vue +++ b/src/views/incomePayments/meetManage/Attendance.vue @@ -212,6 +212,14 @@ dictCode="meeting_pay_type"/> + + + + + {{ text }} + + + + @@ -428,6 +442,12 @@ export default { dataIndex: 'identity_dictText', width: 80 }, + { + title: '发票项目', + align: 'center', + dataIndex: 'invoiceProject_dictText', + width: 100 + }, { title: '打包', align: 'center',