From 25fe78fe33f0bf932bc5bff93f55b7636d8d3a72 Mon Sep 17 00:00:00 2001 From: setthawutttty Date: Mon, 19 Feb 2024 13:23:10 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B8=81=E0=B8=B2=E0=B8=A3=E0=B8=9D=E0=B8=B6?= =?UTF-8?q?=E0=B8=81=E0=B8=AD=E0=B8=9A=E0=B8=A3=E0=B8=A1/=E0=B8=94?= =?UTF-8?q?=E0=B8=B9=E0=B8=87=E0=B8=B2=E0=B8=99=20=E0=B9=80=E0=B8=AD?= =?UTF-8?q?=E0=B8=B2=20error=20=E0=B8=AD=E0=B8=AD=E0=B8=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/04_registry/components/Train.vue | 167 ++++++++---------- .../04_registry/interface/request/Train.ts | 8 +- 2 files changed, 80 insertions(+), 95 deletions(-) diff --git a/src/modules/04_registry/components/Train.vue b/src/modules/04_registry/components/Train.vue index 170df755a..2eb32150f 100644 --- a/src/modules/04_registry/components/Train.vue +++ b/src/modules/04_registry/components/Train.vue @@ -26,15 +26,19 @@
{{ props.row.isDate == "true" - ? date2Thai(props.row.startDate2) - : col.value + 543 + ? props.row.startDate2 !== null + ? date2Thai(props.row.startDate2) + : "-" + : props.row.startDate2 !== null ? col.value + 543:'-' }}
{{ props.row.isDate == "true" - ? date2Thai(props.row.endDate2) - : col.value + 543 + ? props.row.endDate2 !== null + ? date2Thai(props.row.endDate2) + : "-" + : props.row.endDate2 !== null ? col.value + 543:'-' }}
@@ -138,9 +142,6 @@ :label="`${'ปี เริ่มต้นการฝึกอบรม/ดูงาน'}`" mask="####" dense - hide-bottom-space - :error="dayChecked" - error-message="กรุณากรอก ปีเริ่มต้นการฝึกอบรม/ดูงาน" />