From 478442a4aed4a52ec7f95868eec2efae2b152315 Mon Sep 17 00:00:00 2001 From: waruneeauy Date: Tue, 11 Jun 2024 17:39:51 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B9=81=E0=B8=81=E0=B9=89=E0=B8=82=E0=B9=89?= =?UTF-8?q?=E0=B8=AD=E0=B8=84=E0=B8=A7=E0=B8=B2=E0=B8=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../detail/PersonalInformation/01_Profile.vue | 2 +- .../detail/PersonalInformation/04_Family.vue | 16 ++++++++-------- .../detail/PersonalInformation/04_FamilyNew.vue | 10 +++++----- 3 files changed, 14 insertions(+), 14 deletions(-) diff --git a/src/modules/04_registryNew/components/detail/PersonalInformation/01_Profile.vue b/src/modules/04_registryNew/components/detail/PersonalInformation/01_Profile.vue index 07a1f6ce1..9e59670a3 100644 --- a/src/modules/04_registryNew/components/detail/PersonalInformation/01_Profile.vue +++ b/src/modules/04_registryNew/components/detail/PersonalInformation/01_Profile.vue @@ -55,7 +55,7 @@ const pagination = ref({ }); const dataLabel = { - citizenId: "เลขบัตรประจำตัวประชาชน", + citizenId: "เลขประจำตัวประชาชน", name: "ชื่อ - สกุล", birthDate: "วัน/เดือน/ปีเกิด", age: "อายุ", diff --git a/src/modules/04_registryNew/components/detail/PersonalInformation/04_Family.vue b/src/modules/04_registryNew/components/detail/PersonalInformation/04_Family.vue index 46263d543..e300744fc 100644 --- a/src/modules/04_registryNew/components/detail/PersonalInformation/04_Family.vue +++ b/src/modules/04_registryNew/components/detail/PersonalInformation/04_Family.vue @@ -353,7 +353,7 @@ onMounted(async () => {
-
เลขบัตรประจำตัวประชาชน
+
เลขประจำตัวประชาชนตัวประชาชน
{{ fatherData.citizenId ? fatherData.citizenId : "-" }} @@ -397,7 +397,7 @@ onMounted(async () => {
-
เลขบัตรประจำตัวประชาชน
+
เลขประจำตัวประชาชนตัวประชาชน
{{ motherData.citizenId ? motherData.citizenId : "-" }} @@ -441,7 +441,7 @@ onMounted(async () => {
-
เลขบัตรประจำตัวประชาชน
+
เลขประจำตัวประชาชนตัวประชาชน
{{ spouseData.citizenId ? spouseData.citizenId : "-" }} @@ -493,7 +493,7 @@ onMounted(async () => {
-
เลขบัตรประจำตัวประชาชน
+
เลขประจำตัวประชาชนตัวประชาชน
{{ children.childrenCitizenId }} @@ -1156,7 +1156,7 @@ onMounted(async () => {
-
เลขบัตรประจำตัวประชาชน
+
เลขประจำตัวประชาชนตัวประชาชน
{{ historyRows[index - 1].fatherCitizenId }} @@ -1200,7 +1200,7 @@ onMounted(async () => {
-
เลขบัตรประจำตัวประชาชน
+
เลขประจำตัวประชาชนตัวประชาชน
{{ historyRows[index - 1].motherCitizenId }} @@ -1251,7 +1251,7 @@ onMounted(async () => { >
-
เลขบัตรประจำตัวประชาชน
+
เลขประจำตัวประชาชนตัวประชาชน
{{ historyRows[index - 1].coupleCitizenId }} @@ -1309,7 +1309,7 @@ onMounted(async () => {
-
เลขบัตรประจำตัวประชาชน
+
เลขประจำตัวประชาชนตัวประชาชน
{{ children.childrenCitizenId }} 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 01cf590ad..2b31a01f1 100644 --- a/src/modules/04_registryNew/components/detail/PersonalInformation/04_FamilyNew.vue +++ b/src/modules/04_registryNew/components/detail/PersonalInformation/04_FamilyNew.vue @@ -46,7 +46,7 @@ const columns = ref([ { name: "citizenId", align: "left", - label: "เลขบัตรประจำตัวประชาชน", + label: "เลขประจำตัวประชาชนตัวประชาชน", sortable: true, field: "citizenId", headerStyle: "font-size: 14px", @@ -465,7 +465,7 @@ onMounted(() => {
-
เลขบัตรประจำตัวประชาชน
+
เลขประจำตัวประชาชนตัวประชาชน
{{ fatherData.citizenId ? fatherData.citizenId : "-" }} @@ -540,7 +540,7 @@ onMounted(() => {
-
เลขบัตรประจำตัวประชาชน
+
เลขประจำตัวประชาชนตัวประชาชน
{{ motherData.citizenId ? motherData.citizenId : "-" }} @@ -635,7 +635,7 @@ onMounted(() => {
-
เลขบัตรประจำตัวประชาชน
+
เลขประจำตัวประชาชนตัวประชาชน
{{ coupleData.citizenId ?? "-" }} @@ -738,7 +738,7 @@ onMounted(() => {
-
เลขบัตรประจำตัวประชาชน
+
เลขประจำตัวประชาชนตัวประชาชน
{{ item.childrenCitizenId }}