Browse Source

多语言配置和优化

jiangcheng/feature-20260326164657-金币日常优化3.0
jiangcheng 3 weeks ago
parent
commit
58a9d7216a
  1. 1
      src/components/locales/lang/en.js
  2. 2
      src/views/usergold/gold/clientCountWallet.vue

1
src/components/locales/lang/en.js

@ -940,6 +940,7 @@ export default {
exceptionData: "Exception Data",
time: "Time",
market: {
historyGold: "History",
hkGold: "Hong Kong",
sgHcGold: "Singapore HC",
sgCmGold: "Singapore CM",

2
src/views/usergold/gold/clientCountWallet.vue

@ -686,7 +686,7 @@ const format3 = (num) => {
<span>{{ (scope.row.myGold || 0) }}</span>
</template>
</el-table-column>
<el-table-column prop="sgGold" :label="$t('clientCount.market.sgCmGold')" sortable="custom" min-width="120">
<el-table-column prop="sgGold" :label="$t('clientCount.market.sgCmGold')" sortable="custom" min-width="150">
<template #default="scope">
<span>{{ (scope.row.sgGold || 0) }}</span>
</template>

Loading…
Cancel
Save