From 6f15e1879cc91667f6d59421e01950a3f6e8fdd4 Mon Sep 17 00:00:00 2001
From: zzzz <690498789@qq.com>
Date: Fri, 19 Apr 2024 04:41:12 +0800
Subject: [PATCH] first
---
src/views/userlist/components/editCapitaluserdialog.vue | 2 ++
src/views/allsetting/paysetting.vue | 6 +++---
2 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/src/views/allsetting/paysetting.vue b/src/views/allsetting/paysetting.vue
index 9f28346..f44ec15 100644
--- a/src/views/allsetting/paysetting.vue
+++ b/src/views/allsetting/paysetting.vue
@@ -95,9 +95,9 @@
placeholder="请选择"
v-decorator="['assetsType', { rules: [{ required: true, message: '请选择' }] }]"
>
- <a-select-option value="US">美国</a-select-option>
- <a-select-option value="MAS">马来西亚</a-select-option>
- <a-select-option value="HK">香港</a-select-option>
+ <a-select-option value="IN">印度</a-select-option>
+ <!-- <a-select-option value="MAS">马来西亚</a-select-option>
+ <a-select-option value="HK">香港</a-select-option> -->
</a-select>
</a-form-item>
</a-col>
diff --git a/src/views/userlist/components/editCapitaluserdialog.vue b/src/views/userlist/components/editCapitaluserdialog.vue
index 936fbed..2549300 100644
--- a/src/views/userlist/components/editCapitaluserdialog.vue
+++ b/src/views/userlist/components/editCapitaluserdialog.vue
@@ -55,6 +55,8 @@
return `马来西亚(${value.symbol} ${value.availableBalance})`
case 'HK':
return `香港(${value.symbol} ${value.availableBalance})`
+ case 'IN':
+ return `印度(${value.symbol} ${value.availableBalance})`
default:
break
--
Gitblit v1.9.3