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" >