From 8550367f457076a538b2eac8961850a437787fa3 Mon Sep 17 00:00:00 2001
From: pengxiaolong <15716207+pengxiaolong711@user.noreply.gitee.com>
Date: Wed, 12 Nov 2025 21:37:44 +0800
Subject: [PATCH] =?UTF-8?q?=E7=AE=80=E8=A1=A8=E5=85=A8=E8=A1=A8?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/server/employeehosts/index.vue | 75 ++++++++++++-------
.../server/manageemployeehosts/index.vue | 13 ++--
2 files changed, 54 insertions(+), 34 deletions(-)
diff --git a/src/views/server/employeehosts/index.vue b/src/views/server/employeehosts/index.vue
index 4a2dd7f..90f8976 100644
--- a/src/views/server/employeehosts/index.vue
+++ b/src/views/server/employeehosts/index.vue
@@ -147,18 +147,20 @@
-
- {{ isShowSearch ? $t('employee.showSearch') :
- $t('employee.hideSearch') }}
-
-
-
-
+
+
+
+
+
+
+ {{ isShowSearch ? $t('employee.showSearch') :
+ $t('employee.hideSearch') }}
+
+
+
+
@@ -170,14 +172,17 @@
{{ scope.row.hostsId }}
+
复制
-
-
-
+
+
+
+
{{ dictLabelI18n(DICT_TYPE.HOSTS_INVITATION_TYPE, scope.row.invitationType) || '-' }}
@@ -185,26 +190,35 @@
-
+
+
+
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
{{ t('newHosts.min') == '最小值' ? scope.row.country : scope.row.countryEng }}
-
-
-
+
+
+
+
+
+
+
@@ -212,11 +226,14 @@
-
-
-
+
+
+
+
+
+
{{ $t('employee.edit') }}
@@ -659,6 +676,8 @@ function handleCopy(text, data) {
const isMobile = ref(window.innerWidth <= 768)
+const Simplify = ref(false)
+
onMounted(() => {
getList()
// getAllocationList()
diff --git a/src/views/server/manageemployeehosts/index.vue b/src/views/server/manageemployeehosts/index.vue
index b77b14d..cc21219 100644
--- a/src/views/server/manageemployeehosts/index.vue
+++ b/src/views/server/manageemployeehosts/index.vue
@@ -130,14 +130,15 @@
-
- {{ isShowSearch ? $t('employee.showSearch') :
- $t('employee.hideSearch') }}
-
-
-
+
+
+ {{ isShowSearch ? $t('employee.showSearch') :
+ $t('employee.hideSearch') }}
+
+
+