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',