From 58a1cc9bb8c8fe1e54303c27ed4b795c2c301ed4 Mon Sep 17 00:00:00 2001 From: waruneeauy Date: Mon, 5 Aug 2024 21:50:15 +0700 Subject: [PATCH] fixing display profile --- .../detail/PersonalInformation/04_FamilyNew.vue | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/modules/04_registryPerson/components/detail/PersonalInformation/04_FamilyNew.vue b/src/modules/04_registryPerson/components/detail/PersonalInformation/04_FamilyNew.vue index 483987de8..f7349afe8 100644 --- a/src/modules/04_registryPerson/components/detail/PersonalInformation/04_FamilyNew.vue +++ b/src/modules/04_registryPerson/components/detail/PersonalInformation/04_FamilyNew.vue @@ -476,7 +476,7 @@ onMounted(() => {
ชื่อ-นามสกุล
{{ - fatherData.prefix + fatherData.prefix && fatherData.firstName && fatherData.lastName ? fatherData.prefix + fatherData.firstName + " " + @@ -550,7 +550,7 @@ onMounted(() => {
ชื่อ-นามสกุล
{{ - motherData.prefix + motherData.prefix && motherData.firstName && motherData.lastName ? motherData.prefix + motherData.firstName + " " + @@ -644,7 +644,7 @@ onMounted(() => {
ชื่อ-นามสกุล
{{ - coupleData.prefix + coupleData.prefix && coupleData.firstName && coupleData.lastName ? coupleData.prefix + coupleData.firstName + " " + @@ -748,7 +748,9 @@ onMounted(() => {
{{ - item.childrenPrefix + item.childrenPrefix && + item.childrenFirstName && + item.childrenLastName ? item.childrenPrefix + item.childrenFirstName + " " +