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') }}
+
+
+