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 @@