From cf3869aa0621fc38ce00060f593e437b0889188d Mon Sep 17 00:00:00 2001 From: ZhangYong Date: Wed, 11 Feb 2026 14:58:39 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=AF=E4=BB=98=E6=96=B9=E5=BC=8F=E9=A1=BA?= =?UTF-8?q?=E5=BA=8F=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../moneyManage/financialAccount/cashFlow.vue | 26 +++++++-------- .../moneyManage/receiveDetail/receiveFinance.vue | 38 +++++++++++----------- .../moneyManage/receiveDetail/receiveManage.vue | 38 +++++++++++----------- .../moneyManage/receiveDetail/receiveService.vue | 16 ++++----- .../moneyManage/refundDetail/refundService.vue | 26 +++++++-------- 5 files changed, 72 insertions(+), 72 deletions(-) diff --git a/src/views/moneyManage/financialAccount/cashFlow.vue b/src/views/moneyManage/financialAccount/cashFlow.vue index 30e5a16..1fffed7 100644 --- a/src/views/moneyManage/financialAccount/cashFlow.vue +++ b/src/views/moneyManage/financialAccount/cashFlow.vue @@ -18,19 +18,19 @@ const { t } = useI18n() const route = useRoute() const paytypeList = [ - t('cash.payMethods.stripe'), - t('cash.payMethods.paymentAsia'), - t('cash.payMethods.ipay88'), - t('cash.payMethods.bankTransfer'), - t('cash.payMethods.card'), - t('cash.payMethods.cash'), - t('cash.payMethods.check'), - t('cash.payMethods.grabpay'), - t('cash.payMethods.nets'), - t('cash.payMethods.transfer'), - t('cash.payMethods.paypal'), - t('cash.payMethods.stripe2'), - t('cash.payMethods.paysolution'), + t('cash.payMethods.stripe'), // Stripe + t('cash.payMethods.paymentAsia'), // PaymentAsia + t('cash.payMethods.stripe2'), // Stripe2 + t('cash.payMethods.ipay88'), // Ipay88 + t('cash.payMethods.grabpay'), // Grabpay + t('cash.payMethods.nets'), // Nets + t('cash.payMethods.transfer'), // E-Transfer + t('cash.payMethods.paypal'), // PayPal + t('cash.payMethods.paysolution'), // Paysolution + t('cash.payMethods.bankTransfer'),// 银行转账 + t('cash.payMethods.card'), // 刷卡 + t('cash.payMethods.cash'), // 现金 + t('cash.payMethods.check'), // 支票 ] const payPlatformOptions = ref([...paytypeList]) diff --git a/src/views/moneyManage/receiveDetail/receiveFinance.vue b/src/views/moneyManage/receiveDetail/receiveFinance.vue index 127958a..ea99b78 100644 --- a/src/views/moneyManage/receiveDetail/receiveFinance.vue +++ b/src/views/moneyManage/receiveDetail/receiveFinance.vue @@ -376,7 +376,7 @@