From 252333ea5bf9c3fb484b6d9c618818520923be29 Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Mon, 6 Jan 2025 10:10:03 +0800 Subject: [PATCH] =?UTF-8?q?=E9=82=AE=E4=BB=B6=E5=9C=A8=E9=A1=B9=E7=9B=AE?= =?UTF-8?q?=E4=B8=AD=E4=B8=8D=E8=83=BD=E9=85=8D=E7=BD=AE=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../email-manage/components/EmailForm.vue | 12 ++++--- .../email-manage/components/EmailList.vue | 3 +- .../personnel-manage/components/staff.vue | 32 +++++++++---------- 3 files changed, 25 insertions(+), 22 deletions(-) diff --git a/src/views/trials/trials-panel/setting/email-manage/components/EmailForm.vue b/src/views/trials/trials-panel/setting/email-manage/components/EmailForm.vue index 040c318f..55b6af6f 100644 --- a/src/views/trials/trials-panel/setting/email-manage/components/EmailForm.vue +++ b/src/views/trials/trials-panel/setting/email-manage/components/EmailForm.vue @@ -56,13 +56,12 @@ > @@ -422,7 +423,7 @@ export default { computed: { UserTypeList() { return this.$d.UserType.filter( - (item) => ![7, 31, 32, 21, 26, 27].includes(item.value) + (item) => ![7, 8, 31, 32, 21, 26, 27].includes(item.value) ) }, }, diff --git a/src/views/trials/trials-panel/setting/personnel-manage/components/staff.vue b/src/views/trials/trials-panel/setting/personnel-manage/components/staff.vue index b95d07eb..070fcc42 100644 --- a/src/views/trials/trials-panel/setting/personnel-manage/components/staff.vue +++ b/src/views/trials/trials-panel/setting/personnel-manage/components/staff.vue @@ -148,25 +148,9 @@ :label="$t('trials:staff:table:userType')" show-overflow-tooltip sortable - width="140" + width="160" >