From 7d68de4190bbadbe15b54945d85d57706ad38116 Mon Sep 17 00:00:00 2001 From: oat_dev Date: Tue, 19 Mar 2024 13:46:08 +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:=20clean=20code=20+=20=E0=B9=81=E0=B8=81?= =?UTF-8?q?=E0=B9=89=E0=B8=AA=E0=B8=B5+=E0=B9=81=E0=B8=81=E0=B9=89=20icon?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../detail/Achievement/02_Train.vue | 12 ++++---- .../PersonalInformation/05_Education.vue | 28 +++++-------------- .../PersonalInformation/06_SpecialSkill.vue | 12 ++++---- 3 files changed, 21 insertions(+), 31 deletions(-) diff --git a/src/modules/04_registryNew/components/detail/Achievement/02_Train.vue b/src/modules/04_registryNew/components/detail/Achievement/02_Train.vue index 6b0a5cec4..f7b88efdf 100644 --- a/src/modules/04_registryNew/components/detail/Achievement/02_Train.vue +++ b/src/modules/04_registryNew/components/detail/Achievement/02_Train.vue @@ -522,13 +522,13 @@ onMounted(async () => { diff --git a/src/modules/04_registryNew/components/detail/PersonalInformation/05_Education.vue b/src/modules/04_registryNew/components/detail/PersonalInformation/05_Education.vue index 58d905d23..b149e169f 100644 --- a/src/modules/04_registryNew/components/detail/PersonalInformation/05_Education.vue +++ b/src/modules/04_registryNew/components/detail/PersonalInformation/05_Education.vue @@ -621,13 +621,13 @@ onMounted(async () => { -
-
- {{ date2Thai(col.value) }} -
-
- {{ +col.value.slice(0, 4) + 543 }} -
-
-
- {{ col.value ? date2Thai(col.value) : "-" }} -
-
- {{ col.value === true ? "ใช่" : "ไม่ใช่" }} -
-
+
{{ col.value === "" ? "-" : col.value }}
diff --git a/src/modules/04_registryNew/components/detail/PersonalInformation/06_SpecialSkill.vue b/src/modules/04_registryNew/components/detail/PersonalInformation/06_SpecialSkill.vue index 1c9025ccc..a66ce06a4 100644 --- a/src/modules/04_registryNew/components/detail/PersonalInformation/06_SpecialSkill.vue +++ b/src/modules/04_registryNew/components/detail/PersonalInformation/06_SpecialSkill.vue @@ -349,13 +349,13 @@ onMounted(async () => {