From 12258e20bdeb6b8716f3b0e06a6c41bd7d525e8f Mon Sep 17 00:00:00 2001 From: "DESKTOP-1R2VSQH\\Lenovo ThinkPad E490" Date: Fri, 11 Oct 2024 13:04:13 +0700 Subject: [PATCH] =?UTF-8?q?fix=20=E0=B8=AD=E0=B8=AD=E0=B8=81=E0=B8=84?= =?UTF-8?q?=E0=B8=B3=E0=B8=AA=E0=B8=B1=E0=B9=88=E0=B8=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/DialogAddEmployee.vue | 2 +- .../components/DialogSendOrder.vue | 7 +- .../components/Step/2_ListPersons.vue | 16 ++- .../components/Step/Dialog2_Salary.vue | 99 ++++++++++++++----- 4 files changed, 91 insertions(+), 33 deletions(-) diff --git a/src/modules/08_registryEmployee/components/DialogAddEmployee.vue b/src/modules/08_registryEmployee/components/DialogAddEmployee.vue index 92293ff14..c3b3b0a01 100644 --- a/src/modules/08_registryEmployee/components/DialogAddEmployee.vue +++ b/src/modules/08_registryEmployee/components/DialogAddEmployee.vue @@ -414,7 +414,7 @@ watch( " label="วัน/เดือน/ปี เกิด" :rules="[ - (val) => !!val || `${'กรุณาเลือก วัน/เดือน/ปี เกิด'}`, + (val:string) => !!val || `${'กรุณาเลือก วัน/เดือน/ปี เกิด'}`, ]" >