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 @@ -