Browse Source

添加了一些汇率

zln
donghaolin 2 months ago
parent
commit
09514ceeff
  1. 32
      gold-system/src/views/managerecharge/rate.vue
  2. 1
      gold-system/src/views/recharge/adminRecharge.vue
  3. 1
      gold-system/src/views/recharge/allRecharge.vue

32
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",
},
];

1
gold-system/src/views/recharge/adminRecharge.vue

@ -461,6 +461,7 @@ onMounted(async function () {
label="活动名称"
width="150px"
/>
<el-table-column prop="" label="货币名称" width="120px" />
<el-table-column
prop="paidGold"
label="充值金额"

1
gold-system/src/views/recharge/allRecharge.vue

@ -435,6 +435,7 @@ onMounted(async function () {
label="活动名称"
width="150px"
/>
<el-table-column prop="" label="货币名称" width="120px" />
<el-table-column
prop="paidGold"
label="充值金额"

Loading…
Cancel
Save