diff --git a/src/modules/04_registryNew/components/detail/Achievement/01_ProfessionalLicense.vue b/src/modules/04_registryNew/components/detail/Achievement/01_ProfessionalLicense.vue index ddf8b2574..b0c09720d 100644 --- a/src/modules/04_registryNew/components/detail/Achievement/01_ProfessionalLicense.vue +++ b/src/modules/04_registryNew/components/detail/Achievement/01_ProfessionalLicense.vue @@ -337,7 +337,7 @@ function closeHistoryDialog() { label="ชื่อใบอนุญาต" bg-color="white" dense - :rules="[(val) => !!val || `${'กรุณากรอกชื่นใบอนุญาต'}`]" + :rules="[(val) => !!val || `${'กรุณากรอกชื่อใบอนุญาต'}`]" hide-bottom-space /> @@ -349,7 +349,7 @@ function closeHistoryDialog() { bg-color="white" dense :rules="[ - (val) => !!val || `${'กรุณากรอกชื่อหน่วยงานผู้ออกใบอนุญาต'}`, + (val) => !!val || `${'กรุณากรอกหน่วยงานผู้ออกใบอนุญาต'}`, ]" hide-bottom-space /> @@ -394,9 +394,9 @@ function closeHistoryDialog() { : '' " :rules="[ - (val) => !!val || `${'กรุณาเลือกปีที่เริ่มต้นศึกษา'}`, + (val) => !!val || `${'กรุณาเลือกวันที่ออกใบอนุญาต'}`, ]" - :label="`${'วัน/เดือน/ปี ที่ออกใบอนุญาต'}`" + :label="`${'วันที่ออกใบอนุญาต'}`" >