手机国家国际化
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user