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 () => {