From b54b4b701ce401122bd3c83b27645b3c2394d57a Mon Sep 17 00:00:00 2001 From: ZhangYong Date: Wed, 11 Feb 2026 09:22:17 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B5=84=E9=87=91=E6=B5=81=E6=B0=B4=E6=94=AF?= =?UTF-8?q?=E4=BB=98=E6=96=B9=E5=BC=8F=E7=AD=9B=E9=80=89=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/moneyManage/financialAccount/cashFlow.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/views/moneyManage/financialAccount/cashFlow.vue b/src/views/moneyManage/financialAccount/cashFlow.vue index 435ede2..30e5a16 100644 --- a/src/views/moneyManage/financialAccount/cashFlow.vue +++ b/src/views/moneyManage/financialAccount/cashFlow.vue @@ -29,6 +29,8 @@ const paytypeList = [ t('cash.payMethods.nets'), t('cash.payMethods.transfer'), t('cash.payMethods.paypal'), + t('cash.payMethods.stripe2'), + t('cash.payMethods.paysolution'), ] const payPlatformOptions = ref([...paytypeList])