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 }}