From 16ff59b705ecd6b6d0e388cc643d9d08dfb815d4 Mon Sep 17 00:00:00 2001 From: puriphatt Date: Tue, 23 Jul 2024 09:41:35 +0000 Subject: [PATCH] fix: 02 form user type i18n --- .../02_personnel-management/FormInformation.vue | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) 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')]" - /> + > + + + +