diff --git a/src/components/02_personnel-management/FormInformation.vue b/src/components/02_personnel-management/FormInformation.vue index fc9067e1..1fd7c8b3 100644 --- a/src/components/02_personnel-management/FormInformation.vue +++ b/src/components/02_personnel-management/FormInformation.vue @@ -206,7 +206,7 @@ watch( :rules="[ (val: string) => val.length > 2 || $t('form.error.required'), (val: string) => - (val.length > 0 && /^[a-zA-Z0-9\s_]+$/.test(val)) || + (val.length > 0 && /^[a-zA-Z0-9_]+$/.test(val)) || $t('form.error.letterAndNumOnly'), ]" />