From d27641e221ddd3b145d92439b81f1bcffd9741de Mon Sep 17 00:00:00 2001 From: oat_dev Date: Thu, 14 Mar 2024 16:51:09 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B8=97=E0=B8=B0=E0=B9=80=E0=B8=9A=E0=B8=B5?= =?UTF-8?q?=E0=B8=A2=E0=B8=99=E0=B8=9B=E0=B8=A3=E0=B8=B0=E0=B8=A7=E0=B8=B1?= =?UTF-8?q?=E0=B8=95=E0=B8=B4:=20=E0=B9=80=E0=B8=9E=E0=B8=B4=E0=B9=88?= =?UTF-8?q?=E0=B8=A1border+=E0=B9=81=E0=B8=81=E0=B9=89=E0=B8=84=E0=B8=B3?= =?UTF-8?q?=E0=B8=9C=E0=B8=B4=E0=B8=94+validate=E0=B9=82=E0=B8=9B=E0=B8=A3?= =?UTF-8?q?=E0=B9=84=E0=B8=9F=E0=B8=A5=E0=B9=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Achievement/01_ProfessionalLicense.vue | 11 ++- .../detail/Achievement/02_Train.vue | 9 +- .../detail/PersonalInformation/03_Address.vue | 8 +- .../detail/PersonalInformation/04_Family.vue | 86 ++++++++++--------- .../PersonalInformation/05_Education.vue | 4 +- .../04_registryNew/views/detailView.vue | 1 + 6 files changed, 60 insertions(+), 59 deletions(-) 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="`${'วันที่ออกใบอนุญาต'}`" >