From f0c3b206bb57f6c80878f3b6d93e0e3df8f1e6e6 Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Fri, 12 Apr 2024 15:50:56 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=BA=E5=91=98=E7=AE=A1=E7=90=86=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E4=BA=BA=E5=91=98=E6=9F=A5=E8=AF=A2=E6=9D=A1=E4=BB=B6?= =?UTF-8?q?=E5=8F=98=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/trials/trials-layout/components/trialsNavbar.vue | 2 +- .../setting/personnel-manage/components/staffForm.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/trials/trials-layout/components/trialsNavbar.vue b/src/views/trials/trials-layout/components/trialsNavbar.vue index 75e8970..f06c098 100644 --- a/src/views/trials/trials-layout/components/trialsNavbar.vue +++ b/src/views/trials/trials-layout/components/trialsNavbar.vue @@ -3,7 +3,7 @@
- + {{ $t("trials:trials:title:eics") }} diff --git a/src/views/trials/trials-panel/setting/personnel-manage/components/staffForm.vue b/src/views/trials/trials-panel/setting/personnel-manage/components/staffForm.vue index c9e5214..c7135c4 100644 --- a/src/views/trials/trials-panel/setting/personnel-manage/components/staffForm.vue +++ b/src/views/trials/trials-panel/setting/personnel-manage/components/staffForm.vue @@ -38,7 +38,7 @@ v-for="item in userTypeOptions" :key="item.Id" :label="item.UserTypeShortName" - :value="item.Id" + :value="item.UserTypeEnum" >