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 3634f83..3c16861 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 @@ -20,7 +20,6 @@ :label="item.UserTypeShortName" :value="item.Id" > - {{ item.UserType }} @@ -74,14 +73,14 @@ {{ $t('trials:staff:button:addExternalStaff') }} --> - {{ $t("common:button:export") }} - + --> @@ -241,7 +240,11 @@ 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 c7135c4..b39b01c 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 @@ -35,10 +35,10 @@ class="mr" > @@ -60,17 +60,26 @@ > {{ $t("common:button:reset") }} - + + + {{ $t("common:button:add") }} + + - {{ $t("common:button:add") }} + {{ $t("common:button:confirm") }} @@ -149,6 +158,11 @@ @pagination="getList" /> +