fix class modalfix ==> 03_recruiting

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2025-06-06 09:42:47 +07:00
parent 13837fb002
commit b272f73edd
6 changed files with 93 additions and 122 deletions

View file

@ -141,7 +141,7 @@ const getClass = (val: boolean) => {
v-model="defaultEducation.educationLevelExamId"
:rules="[(val:string) => !!val || `${'กรุณาเลือก วุฒิที่ใช้สมัครสอบ'}`]"
:label="`${'วุฒิที่ใช้สมัครสอบ'}`"
@update:model-value="(value) => checkInputName()"
@update:model-value="() => checkInputName()"
/>
</div>
<div class="col-xs-12 col-sm-3" v-if="showEducationName">
@ -233,7 +233,7 @@ const getClass = (val: boolean) => {
"
:model-value="date2Thai(defaultEducation.educationEndDate)"
:rules="[
(val) => !!val || `${'กรุณาเลือกวันที่สำเร็จการศึกษา'}`,
(val:string) => !!val || `${'กรุณาเลือกวันที่สำเร็จการศึกษา'}`,
]"
hide-bottom-space
:label="`${'วันที่สำเร็จการศึกษา'}`"