diff --git a/src/components/02_personnel-management/FormInformation.vue b/src/components/02_personnel-management/FormInformation.vue index f5cf7189..1f7ccc38 100644 --- a/src/components/02_personnel-management/FormInformation.vue +++ b/src/components/02_personnel-management/FormInformation.vue @@ -105,12 +105,23 @@ onMounted(async () => { hide-bottom-space class="col-6" option-value="value" - option-label="label" :label="$t('formDialogInputUserType')" v-model="userType" :options="userStore.userOption.userTypeOpts" :rules="[(val: string) => !!val || $t('formDialogInputUserTypeValidate')]" - /> + > + + + +