From 9e0b341a5ae2893111735b05962939c6207bc2ea Mon Sep 17 00:00:00 2001 From: waruneeauy Date: Fri, 17 May 2024 14:34:25 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B9=81=E0=B8=81=E0=B9=89=E0=B9=84=E0=B8=82?= =?UTF-8?q?=E0=B8=84=E0=B8=B3=E0=B8=9C=E0=B8=B4=E0=B8=94=E0=B8=82=E0=B9=89?= =?UTF-8?q?=E0=B8=AD=E0=B8=A1=E0=B8=B9=E0=B8=A5=E0=B8=84=E0=B8=A3=E0=B8=AD?= =?UTF-8?q?=E0=B8=9A=E0=B8=84=E0=B8=A3=E0=B8=B1=E0=B8=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../detail/PersonalInformation/04_FamilyNew.vue | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/modules/04_registryNew/components/detail/PersonalInformation/04_FamilyNew.vue b/src/modules/04_registryNew/components/detail/PersonalInformation/04_FamilyNew.vue index ee306a972..0e793196c 100644 --- a/src/modules/04_registryNew/components/detail/PersonalInformation/04_FamilyNew.vue +++ b/src/modules/04_registryNew/components/detail/PersonalInformation/04_FamilyNew.vue @@ -445,7 +445,7 @@ onMounted(() => { icon="mdi-pencil-outline" size="14px" dense - @click="onOpenDialogForm('father')" + @click="onOpenDialogForm('father', true)" > แก้ไขข้อมูล @@ -458,7 +458,7 @@ onMounted(() => { size="14px" @click="onOpenDialogHistory('father')" > - ประวัติการแก้ไขข้อมูลครอบครัวประวัติการแก้ไขข้อมูลบิดา @@ -520,7 +520,7 @@ onMounted(() => { icon="mdi-pencil-outline" size="14px" dense - @click="onOpenDialogForm('mother')" + @click="onOpenDialogForm('mother', true)" > แก้ไขข้อมูล @@ -533,7 +533,7 @@ onMounted(() => { size="14px" @click="onOpenDialogHistory('mother')" > - ประวัติการแก้ไขข้อมูลครอบครัวประวัติการแก้ไขข้อมูลมารดา @@ -611,7 +611,7 @@ onMounted(() => { size="14px" @click="onOpenDialogHistory('couple')" > - ประวัติการแก้ไขข้อมูลครอบครัวประวัติการแก้ไขข้อมูลคู่สมรส @@ -731,7 +731,7 @@ onMounted(() => { size="14px" @click="onOpenDialogHistory('children', item.id)" > - ประวัติการแก้ไขข้อมูลครอบครัวประวัติการแก้ไขข้อมูลบุตร @@ -789,7 +789,7 @@ onMounted(() => { @@ -970,7 +970,7 @@ onMounted(() => {