From 745461e7376ac6a41455f397ae1d08555fd95d59 Mon Sep 17 00:00:00 2001 From: Net <93821485+somnetsak123@users.noreply.github.com> Date: Thu, 15 Feb 2024 13:06:51 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B9=80=E0=B9=80=E0=B8=81=E0=B9=89=20?= =?UTF-8?q?=E0=B8=A7=E0=B8=B1=E0=B8=99=20=E0=B9=80=E0=B8=94=E0=B8=B7?= =?UTF-8?q?=E0=B8=AD=E0=B8=99=20=E0=B8=9B=E0=B8=B5=20=E0=B9=80=E0=B8=9B?= =?UTF-8?q?=E0=B9=87=E0=B8=99=20=E0=B8=A7=E0=B8=B1=E0=B8=99/=E0=B9=80?= =?UTF-8?q?=E0=B8=94=E0=B8=B7=E0=B8=AD=E0=B8=99/=E0=B8=9B=E0=B8=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../04_registry/components/Discipline.vue | 8 +- .../04_registry/components/Education.vue | 79 ++++++++++++------- src/modules/04_registry/components/Record.vue | 6 +- src/modules/04_registry/components/Salary.vue | 8 +- .../components/SalaryEmployeeTemp.vue | 14 ++-- 5 files changed, 69 insertions(+), 46 deletions(-) diff --git a/src/modules/04_registry/components/Discipline.vue b/src/modules/04_registry/components/Discipline.vue index 9aa55bdc8..ecd3bfedf 100644 --- a/src/modules/04_registry/components/Discipline.vue +++ b/src/modules/04_registry/components/Discipline.vue @@ -68,8 +68,8 @@ mask="##/##/####" dense :error="dayChecked" - error-message="กรุณากรอกวัน/เดือน/ปี" - :rules="[(val) => !!val || `${'กรุณากรอกวัน/เดือน/ปี'}`]" + error-message="กรุณากรอก วัน/เดือน/ปี" + :rules="[(val) => !!val || `${'กรุณากรอก วัน/เดือน/ปี'}`]" />