From 652a8ff6e3b334751a2e4475f322f56dc16d553b Mon Sep 17 00:00:00 2001 From: fengchenchen Date: Fri, 21 Jul 2023 09:00:13 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90update=E3=80=91-=E4=BC=9A=E8=AE=AE?= =?UTF-8?q?=E8=AF=A6=E6=83=85=E9=A1=B5=20=E5=A2=9E=E5=8A=A0=E5=8F=91?= =?UTF-8?q?=E7=A5=A8=E9=A1=B9=E7=9B=AE=E6=9F=A5=E8=AF=A2=E6=9D=A1=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../incomePayments/meetManage/Attendance.vue | 24 +++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) 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',