From ffe1d77cec03806bc27de89dfb5e14501b15b940 Mon Sep 17 00:00:00 2001 From: fengachen <373943794@qq.com> Date: Tue, 28 Dec 2021 19:05:30 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BF=AE=E6=94=B9=E3=80=91=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E7=A5=A8=E6=8D=AE=E9=82=AE=E5=AF=84=E5=88=97=E8=A1=A8?= =?UTF-8?q?=E7=9A=84=E5=88=97=E5=AE=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../arriveAndInvoicing/ArriveAndInvoivingList.vue | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/views/financialManagement/arriveAndInvoicing/ArriveAndInvoivingList.vue b/src/views/financialManagement/arriveAndInvoicing/ArriveAndInvoivingList.vue index ca1a5d2..5cd97f0 100644 --- a/src/views/financialManagement/arriveAndInvoicing/ArriveAndInvoivingList.vue +++ b/src/views/financialManagement/arriveAndInvoicing/ArriveAndInvoivingList.vue @@ -233,37 +233,37 @@ export default { }, { title: '项目负责人', align: 'center', - width: 280, + width: 140, dataIndex: 'principalName', scopedSlots: { customRender: 'text' } }, { title: '来款单位', align: 'center', - width: 280, + width: 240, dataIndex: 'chargeCompanyTemporaryName', scopedSlots: { customRender: 'text' } }, { title: '企业联系人', align: 'center', - width: 280, + width: 200, dataIndex: 'contactsTemporaryName', scopedSlots: { customRender: 'text' } }, { title: '应收金额', align: 'center', - width: 120, + width: 100, dataIndex: 'receivableAmount', scopedSlots: { customRender: 'text' } }, { title: '实收金额', align: 'center', - width: 120, + width: 100, dataIndex: 'paidAmount', scopedSlots: { customRender: 'text' } }, { title: '缴费凭证状态', align: 'center', - width: 160, + width: 120, dataIndex: 'paymentStatus_dictText', scopedSlots: { customRender: 'text' } }, {