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