From b174c9818ebff392270849c8ba0ae51e1ffa9826 Mon Sep 17 00:00:00 2001 From: khalil Date: Mon, 23 Sep 2024 21:17:48 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=85=E5=80=BC=E7=BB=9F=E8=AE=A1-=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0startPay?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ChargeRecordArPartitionStatisticsView.vue | 1 + .../users/ChargeRecordDailyStatisticsView.vue | 364 +++++++-------- .../ChargeRecordEnPartitionStatisticsView.vue | 1 + .../users/ChargeRecordTotalStatisticsView.vue | 424 +++++++++--------- .../ChargeRecordZhPartitionStatisticsView.vue | 1 + 5 files changed, 415 insertions(+), 376 deletions(-) diff --git a/src/views/users/ChargeRecordArPartitionStatisticsView.vue b/src/views/users/ChargeRecordArPartitionStatisticsView.vue index cb9b59b..09229d8 100644 --- a/src/views/users/ChargeRecordArPartitionStatisticsView.vue +++ b/src/views/users/ChargeRecordArPartitionStatisticsView.vue @@ -103,6 +103,7 @@ export default { { field: 'googleUsd', title: 'google充值美元', align: 'center', width: '14%' }, { field: 'payermaxUsd', title: 'payermax充值美元', align: 'center', width: '14%' }, { field: 'myCardUsd', title: 'myCard充值美元', align: 'center', width: '14%' }, + { field: 'startPayUsd', title: 'startPay充值美元', align: 'center', width: '14%' }, { field: 'iosUsd', title: 'ios充值美元', align: 'center', width: '14%' }, { field: 'companyUsd', title: '对公打款美元', align: 'center', width: '14%' }, { field: 'totalUsd', title: '总充值美元', align: 'center', width: '14%' }, diff --git a/src/views/users/ChargeRecordDailyStatisticsView.vue b/src/views/users/ChargeRecordDailyStatisticsView.vue index 2c21c80..d0b219f 100644 --- a/src/views/users/ChargeRecordDailyStatisticsView.vue +++ b/src/views/users/ChargeRecordDailyStatisticsView.vue @@ -1,24 +1,29 @@ diff --git a/src/views/users/ChargeRecordEnPartitionStatisticsView.vue b/src/views/users/ChargeRecordEnPartitionStatisticsView.vue index c5647a8..f8a1bfc 100644 --- a/src/views/users/ChargeRecordEnPartitionStatisticsView.vue +++ b/src/views/users/ChargeRecordEnPartitionStatisticsView.vue @@ -103,6 +103,7 @@ export default { { field: 'googleUsd', title: 'google充值美元', align: 'center', width: '14%' }, { field: 'payermaxUsd', title: 'payermax充值美元', align: 'center', width: '14%' }, { field: 'myCardUsd', title: 'myCard充值美元', align: 'center', width: '14%' }, + { field: 'startPayUsd', title: 'startPay充值美元', align: 'center', width: '14%' }, { field: 'iosUsd', title: 'ios充值美元', align: 'center', width: '14%' }, { field: 'companyUsd', title: '对公打款美元', align: 'center', width: '14%' }, { field: 'totalUsd', title: '总充值美元', align: 'center', width: '14%' }, diff --git a/src/views/users/ChargeRecordTotalStatisticsView.vue b/src/views/users/ChargeRecordTotalStatisticsView.vue index ea06963..6d9e612 100644 --- a/src/views/users/ChargeRecordTotalStatisticsView.vue +++ b/src/views/users/ChargeRecordTotalStatisticsView.vue @@ -1,228 +1,250 @@ diff --git a/src/views/users/ChargeRecordZhPartitionStatisticsView.vue b/src/views/users/ChargeRecordZhPartitionStatisticsView.vue index 43bcf43..810af4b 100644 --- a/src/views/users/ChargeRecordZhPartitionStatisticsView.vue +++ b/src/views/users/ChargeRecordZhPartitionStatisticsView.vue @@ -103,6 +103,7 @@ export default { { field: 'googleUsd', title: 'google充值美元', align: 'center', width: '14%' }, { field: 'payermaxUsd', title: 'payermax充值美元', align: 'center', width: '14%' }, { field: 'myCardUsd', title: 'myCard充值美元', align: 'center', width: '14%' }, + { field: 'startPayUsd', title: 'startPay充值美元', align: 'center', width: '14%' }, { field: 'iosUsd', title: 'ios充值美元', align: 'center', width: '14%' }, { field: 'companyUsd', title: '对公打款美元', align: 'center', width: '14%' }, { field: 'totalUsd', title: '总充值美元', align: 'center', width: '14%' },