手机国家国际化

This commit is contained in:
2026-02-10 21:49:00 +08:00
parent 09fff95fe7
commit 2975fe4fa1
2 changed files with 6 additions and 2 deletions

View File

@@ -289,7 +289,9 @@
<div class="card-row"><b>{{ $t('employee.hostsCoins') }}</b>{{ item.hostsCoins }}</div>
<div class="card-row"><b>{{ $t('employee.fans') }}</b>{{ item.fans }}</div>
<div class="card-row"><b>{{ $t('employee.fllowernum') }}</b>{{ item.fllowernum }}</div>
<div class="card-row"><b>{{ $t('employee.hostsCountry') }}</b>{{ item.country }}</div>
<div class="card-row"><b>{{ $t('employee.hostsCountry') }}</b>{{ t('newHosts.min') == '最小值' ?
item.country :
item.countryEng }}</div>
<div class="card-row"><b>{{ $t('employee.hostsKind') }}</b>{{ item.hostsKind }}</div>
<div class="card-row"><b>{{ $t('employee.remark') }}</b>{{ item.remake }}</div>
<div class="card-row"><b>{{ $t('employee.flag') }}</b><dict-tag :type="DICT_TYPE.FLAG_TYPE"

View File

@@ -234,7 +234,9 @@
<div class="card-row"><b>{{ $t('employee.hostsCoins') }}</b>{{ item.hostsCoins }}</div>
<div class="card-row"><b>{{ $t('employee.fans') }}</b>{{ item.fans }}</div>
<div class="card-row"><b>{{ $t('employee.fllowernum') }}</b>{{ item.fllowernum }}</div>
<div class="card-row"><b>{{ $t('employee.hostsCountry') }}</b>{{ item.country }}</div>
<div class="card-row"><b>{{ $t('employee.hostsCountry') }}</b>{{ t('newHosts.min') == '最小值' ?
item.country :
item.countryEng }}</div>
<div class="card-row"><b>{{ $t('employee.hostsKind') }}</b>{{ item.hostsKind }}</div>
<div class="card-row"><b>{{ $t('employee.remark') }}</b>{{ item.remake }}</div>
<div class="card-row"><b>{{ $t('employee.flag') }}</b><dict-tag :type="DICT_TYPE.FLAG_TYPE"