From 4722ccff05b8d644a4b25ea0432bb5856bc575e4 Mon Sep 17 00:00:00 2001 From: "STW_TTTY\\stwtt" Date: Fri, 28 Jun 2024 14:55:42 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B8=82=E0=B9=89=E0=B8=AD=E0=B8=A1=E0=B8=B9?= =?UTF-8?q?=E0=B8=A5=E0=B8=97=E0=B8=B5=E0=B9=88=E0=B8=AD=E0=B8=A2=E0=B8=B9?= =?UTF-8?q?=E0=B9=88=20(=E0=B9=81=E0=B8=A2=E0=B8=81=E0=B8=82=E0=B9=89?= =?UTF-8?q?=E0=B8=AD=E0=B8=A1=E0=B8=B9=E0=B8=A5=E0=B8=97=E0=B8=B5=E0=B9=88?= =?UTF-8?q?=E0=B8=AD=E0=B8=A2=E0=B8=B9=E0=B9=88)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../10_registry/01_Information/03_Address.vue | 222 ++++++++++-------- 1 file changed, 129 insertions(+), 93 deletions(-) diff --git a/src/modules/10_registry/01_Information/03_Address.vue b/src/modules/10_registry/01_Information/03_Address.vue index 7678f62..af86809 100644 --- a/src/modules/10_registry/01_Information/03_Address.vue +++ b/src/modules/10_registry/01_Information/03_Address.vue @@ -5,7 +5,6 @@ import { ref, reactive, onMounted } from "vue"; //history dialog import DialogHistory from "@/modules/10_registry/Dialog/DialogHistory.vue"; - import http from "@/plugins/http"; import config from "@/app.config"; import { useRegistryInFormationStore } from "@/modules/10_registry/store/registry"; @@ -279,105 +278,142 @@ onMounted(() => { - -
-
-
-
- ที่อยู่ตามทะเบียนบ้าน -
-
- {{ - formData.registrationAddress - ? formData.registrationAddress - : "-" - }} -
-
+
+
+ + + ที่อยู่ตามทะเบียนบ้าน + + +
+
+
+
ที่อยู่
+
+ {{ + formData.registrationAddress + ? formData.registrationAddress + : "-" + }} +
+
-
-
จังหวัด
-
- {{ - formData.registrationProvince - ? formData.registrationProvince - : "-" - }} -
-
+
+
จังหวัด
+
+ {{ + formData.registrationProvince + ? formData.registrationProvince + : "-" + }} +
+
-
-
เขต / อำเภอ
-
- {{ - formData.registrationDistrict - ? formData.registrationDistrict - : "-" - }} -
-
+
+
+ เขต / อำเภอ +
+
+ {{ + formData.registrationDistrict + ? formData.registrationDistrict + : "-" + }} +
+
-
-
แขวง / ตำบล
-
- {{ - formData.registrationSubDistrict - ? formData.registrationSubDistrict - : "-" - }} -
-
+
+
+ แขวง / ตำบล +
+
+ {{ + formData.registrationSubDistrict + ? formData.registrationSubDistrict + : "-" + }} +
+
-
-
รหัสไปรษณีย์
-
- {{ - formData.registrationZipCode - ? formData.registrationZipCode - : "-" - }} +
+
+ รหัสไปรษณีย์ +
+
+ {{ + formData.registrationZipCode + ? formData.registrationZipCode + : "-" + }} +
+
-
- -
-
-
- ที่อยู่ปัจจุบัน -
-
- {{ formData.currentAddress ? formData.currentAddress : "-" }} -
-
-
-
จังหวัด
-
- {{ formData.currentProvince ? formData.currentProvince : "-" }} -
-
-
-
เขต / อำเภอ
-
- {{ formData.currentDistrict ? formData.currentDistrict : "-" }} -
-
-
-
แขวง / ตำบล
-
- {{ - formData.currentSubDistrict ? formData.currentSubDistrict : "-" - }} -
-
-
-
รหัสไปรษณีย์
-
- {{ formData.currentZipCode ? formData.currentZipCode : "-" }} -
-
-
+
-
+
+ + + ที่อยู่ปัจจุบัน + + +
+
+
+
+ ที่อยู่ +
+
+ {{ formData.currentAddress ? formData.currentAddress : "-" }} +
+
+
+
จังหวัด
+
+ {{ + formData.currentProvince ? formData.currentProvince : "-" + }} +
+
+
+
+ เขต / อำเภอ +
+
+ {{ + formData.currentDistrict ? formData.currentDistrict : "-" + }} +
+
+
+
+ แขวง / ตำบล +
+
+ {{ + formData.currentSubDistrict + ? formData.currentSubDistrict + : "-" + }} +
+
+
+
+ รหัสไปรษณีย์ +
+
+ {{ formData.currentZipCode ? formData.currentZipCode : "-" }} +
+
+
+
+
+
+