diff --git a/src/views/server/employeehosts/index.vue b/src/views/server/employeehosts/index.vue index a7dd23d..c1d9264 100644 --- a/src/views/server/employeehosts/index.vue +++ b/src/views/server/employeehosts/index.vue @@ -289,7 +289,9 @@
{{ $t('employee.hostsCoins') }}:{{ item.hostsCoins }}
{{ $t('employee.fans') }}:{{ item.fans }}
{{ $t('employee.fllowernum') }}:{{ item.fllowernum }}
-
{{ $t('employee.hostsCountry') }}:{{ item.country }}
+
{{ $t('employee.hostsCountry') }}:{{ t('newHosts.min') == '最小值' ? + item.country : + item.countryEng }}
{{ $t('employee.hostsKind') }}:{{ item.hostsKind }}
{{ $t('employee.remark') }}:{{ item.remake }}
{{ $t('employee.flag') }}:{{ $t('employee.hostsCoins') }}:{{ item.hostsCoins }}
{{ $t('employee.fans') }}:{{ item.fans }}
{{ $t('employee.fllowernum') }}:{{ item.fllowernum }}
-
{{ $t('employee.hostsCountry') }}:{{ item.country }}
+
{{ $t('employee.hostsCountry') }}:{{ t('newHosts.min') == '最小值' ? + item.country : + item.countryEng }}
{{ $t('employee.hostsKind') }}:{{ item.hostsKind }}
{{ $t('employee.remark') }}:{{ item.remake }}
{{ $t('employee.flag') }}: