From 4911b5c9777b0794f1129d00dbfd22f33cc5cfc9 Mon Sep 17 00:00:00 2001 From: fengachen <373943794@qq.com> Date: Mon, 24 Jan 2022 10:05:04 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BF=AE=E6=94=B9=E3=80=91=E5=88=B0?= =?UTF-8?q?=E8=B4=A6=E5=BC=80=E7=A5=A8=E5=88=97=E8=A1=A8=20=E6=89=93?= =?UTF-8?q?=E5=8C=85=E4=B8=8E=E5=8F=91=E7=A5=A8=E7=9A=84=E4=BD=8D=E7=BD=AE?= 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 518dc50..4eb1b16 100644 --- a/src/views/financialManagement/arriveAndInvoicing/ArriveAndInvoivingList.vue +++ b/src/views/financialManagement/arriveAndInvoicing/ArriveAndInvoivingList.vue @@ -266,12 +266,6 @@ export default { width: 120, dataIndex: 'paymentStatus_dictText', scopedSlots: { customRender: 'text' } - }, { - title: '需要发票', - align: 'center', - width: 80, - dataIndex: 'needInvoice', - scopedSlots: { customRender: 'status-pack' } }, { title: '打包', align: 'center', @@ -279,6 +273,12 @@ export default { dataIndex: 'pack', scopedSlots: { customRender: 'status-pack' } }, { + title: '需要发票', + align: 'center', + width: 80, + dataIndex: 'needInvoice', + scopedSlots: { customRender: 'status-pack' } + },{ title: '到账', align: 'center', width: 70,