From 9f0d5f2c8c9bc3938016928c2def8f47d4cb888f Mon Sep 17 00:00:00 2001 From: fengachen <373943794@qq.com> Date: Mon, 13 Sep 2021 09:41:58 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=82=E4=BC=9A=E6=83=85=E5=86=B5=E8=A1=A8?= =?UTF-8?q?=E6=A0=BC=E7=BB=93=E6=9E=84=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../incomePayments/meetManage/Attendance.vue | 19 +++++++++---------- .../modules/UploadMeetFileModal.vue | 2 +- 2 files changed, 10 insertions(+), 11 deletions(-) diff --git a/src/views/incomePayments/meetManage/Attendance.vue b/src/views/incomePayments/meetManage/Attendance.vue index 54c66ab..9a5820b 100644 --- a/src/views/incomePayments/meetManage/Attendance.vue +++ b/src/views/incomePayments/meetManage/Attendance.vue @@ -250,7 +250,6 @@ export default { data() { return { description: '参会情况', - columns: [ { title: '序号', @@ -273,7 +272,7 @@ export default { title: '参会人员', align: 'center', dataIndex: 'companyContactName', - width: 80, + width: 100, }, { title: '应收金额', @@ -285,13 +284,13 @@ export default { title: '实收金额', align: 'center', dataIndex: 'paidAmount', - width: 100, + width: 120, }, { title: '缴费方式', align: 'center', dataIndex: 'payMode_dictText', - width: 100, + width: 120, }, { title: '是否签到', @@ -303,47 +302,47 @@ export default { title: '打包', align: 'center', dataIndex: 'pack', - width: 80, + width: 100, scopedSlots: {customRender: 'status-pack'} }, { title: '需要发票', align: 'center', dataIndex: 'needInvoice', - width: 80, + width: 100, scopedSlots: {customRender: 'status-pack'} }, { title: '到账', align: 'center', - width: 80, + width: 100, dataIndex: 'inAccount', scopedSlots: {customRender: 'status'} }, { title: '开票', align: 'center', - width: 80, + width: 100, dataIndex: 'makeInvoice', scopedSlots: {customRender: 'status'} }, { title: '邮寄', align: 'center', - width: 80, + width: 100, dataIndex: 'mail', scopedSlots: {customRender: 'status'} }, { title: '对接人', align: 'center', - width: 100, dataIndex: 'dockName' }, { title: '操作', align: 'center', fixed:'right', + width: 160, scopedSlots: {customRender: 'action'} }, ], diff --git a/src/views/incomePayments/meetManage/modules/UploadMeetFileModal.vue b/src/views/incomePayments/meetManage/modules/UploadMeetFileModal.vue index fb7318a..f243561 100644 --- a/src/views/incomePayments/meetManage/modules/UploadMeetFileModal.vue +++ b/src/views/incomePayments/meetManage/modules/UploadMeetFileModal.vue @@ -12,7 +12,7 @@ -