From 2975fe4fa1b3fe42a06d5e89e6d2f43f4af64800 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B2=A1=E5=A4=8D=E4=B9=A0?= <2353956224@qq.com> Date: Tue, 10 Feb 2026 21:49:00 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=8B=E6=9C=BA=E5=9B=BD=E5=AE=B6=E5=9B=BD?= =?UTF-8?q?=E9=99=85=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/server/employeehosts/index.vue | 4 +++- src/views/server/manageemployeehosts/index.vue | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) 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') }}: