From 5894c9f7a1ae19b5b6d4e57d8aedab0a413e54e0 Mon Sep 17 00:00:00 2001 From: zhaoxiao Date: Fri, 8 Apr 2022 11:15:26 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E5=88=B0=E8=B4=A6=E7=8E=87=E6=96=87?= =?UTF-8?q?=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../EnterprisePaymentStatisticsList.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/statisticalReport/enterprisePaymentStatistics/EnterprisePaymentStatisticsList.vue b/src/views/statisticalReport/enterprisePaymentStatistics/EnterprisePaymentStatisticsList.vue index c34ffc1..fddfe8c 100644 --- a/src/views/statisticalReport/enterprisePaymentStatistics/EnterprisePaymentStatisticsList.vue +++ b/src/views/statisticalReport/enterprisePaymentStatistics/EnterprisePaymentStatisticsList.vue @@ -171,7 +171,7 @@ export default { dataIndex: 'comeAllMoney', scopedSlots: { customRender: 'text' } }, { - title: '来款率', + title: '到账率', align: 'center', width: 160, dataIndex: 'finishRate', @@ -210,7 +210,7 @@ export default { dataIndex: 'comeAllMoney', scopedSlots: { customRender: 'text' } }, { - title: '来款率', + title: '到账率', align: 'center', width: 160, dataIndex: 'finishRate',