From 8ed0e737910e29885948611dd56a05f9e06f946b Mon Sep 17 00:00:00 2001 From: fengachen <373943794@qq.com> Date: Mon, 11 Jul 2022 15:45:17 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BF=AE=E6=94=B9=E3=80=91=E7=A7=BB?= =?UTF-8?q?=E5=8A=A8=E7=A1=AE=E6=94=B6=E7=8E=87=E4=BD=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../DepartmentAllStatistics.vue | 15 +++++++-------- .../EnterprisePaymentStatisticsList.vue | 15 +++++++-------- 2 files changed, 14 insertions(+), 16 deletions(-) diff --git a/src/views/statisticalReport/departmentAllStatistics/DepartmentAllStatistics.vue b/src/views/statisticalReport/departmentAllStatistics/DepartmentAllStatistics.vue index 1d2ee3c..47f32c6 100644 --- a/src/views/statisticalReport/departmentAllStatistics/DepartmentAllStatistics.vue +++ b/src/views/statisticalReport/departmentAllStatistics/DepartmentAllStatistics.vue @@ -128,6 +128,13 @@ const defaultTableColumns = [ dataIndex: 'confirmAmount', scopedSlots: {customRender: 'allMoney'} }, + { + title: '确收率', + align: 'center', + width: 160, + dataIndex: 'finishRate', + scopedSlots: {customRender: 'text'} + }, { title: '开票金额', align: 'center', @@ -143,14 +150,6 @@ const defaultTableColumns = [ dataIndex: 'comeAllMoney', sorter: true, scopedSlots: {customRender: 'allMoney'} - }, - - { - title: '确收率', - align: 'center', - width: 160, - dataIndex: 'finishRate', - scopedSlots: {customRender: 'text'} } ] diff --git a/src/views/statisticalReport/enterprisePaymentStatistics/EnterprisePaymentStatisticsList.vue b/src/views/statisticalReport/enterprisePaymentStatistics/EnterprisePaymentStatisticsList.vue index ada9366..5923741 100644 --- a/src/views/statisticalReport/enterprisePaymentStatistics/EnterprisePaymentStatisticsList.vue +++ b/src/views/statisticalReport/enterprisePaymentStatistics/EnterprisePaymentStatisticsList.vue @@ -171,6 +171,13 @@ const defaultTableColumns = [ dataIndex: 'confirmAmount', scopedSlots: { customRender: 'allMoney' } }, + { + title: '确收率', + align: 'center', + width: 160, + dataIndex: 'finishRate', + scopedSlots: { customRender: 'text' } + }, { title: '开票金额', align: 'center', @@ -187,14 +194,6 @@ const defaultTableColumns = [ dataIndex: 'comeAllMoney', scopedSlots: { customRender: 'allMoney' } }, - - { - title: '确收率', - align: 'center', - width: 160, - dataIndex: 'finishRate', - scopedSlots: { customRender: 'text' } - }, { title: '操作', dataIndex: 'action',