From 09514ceeffe776e564397fbd95f6b8f5524bf94c Mon Sep 17 00:00:00 2001
From: donghaolin <17667510818@163.com>
Date: Tue, 4 Mar 2025 16:28:34 +0800
Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E4=BA=86=E4=B8=80=E4=BA=9B?=
=?UTF-8?q?=E6=B1=87=E7=8E=87?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
gold-system/src/views/managerecharge/rate.vue | 32 ++++++++++++++++++------
gold-system/src/views/recharge/adminRecharge.vue | 1 +
gold-system/src/views/recharge/allRecharge.vue | 1 +
3 files changed, 26 insertions(+), 8 deletions(-)
diff --git a/gold-system/src/views/managerecharge/rate.vue b/gold-system/src/views/managerecharge/rate.vue
index 8f4073b..7356a96 100644
--- a/gold-system/src/views/managerecharge/rate.vue
+++ b/gold-system/src/views/managerecharge/rate.vue
@@ -259,20 +259,36 @@ const options = [
label: "USD",
},
{
- value: "EUR",
- label: "EUR",
+ value: "HKD",
+ label: "HKD",
},
{
- value: "JPY",
- label: "JPY",
+ value: "THB",
+ label: "THB",
+ },
+ {
+ value: "VND",
+ label: "VND",
+ },
+ {
+ value: "CAD",
+ label: "CAD",
},
{
- value: "GBP",
- label: "GBP",
+ value: "MYR",
+ label: "MYR",
+ },
+ {
+ value: "KRW",
+ label: "KRW",
+ },
+ {
+ value: "JPY",
+ label: "JPY",
},
{
- value: "AUD",
- label: "AUD",
+ value: "CNY",
+ label: "CNY",
},
];
diff --git a/gold-system/src/views/recharge/adminRecharge.vue b/gold-system/src/views/recharge/adminRecharge.vue
index a7a10fa..fa579ff 100644
--- a/gold-system/src/views/recharge/adminRecharge.vue
+++ b/gold-system/src/views/recharge/adminRecharge.vue
@@ -461,6 +461,7 @@ onMounted(async function () {
label="活动名称"
width="150px"
/>
+
+