From 076c5cfa6c22c0556f13e15ce2ee7f168a5a865b Mon Sep 17 00:00:00 2001 From: waruneeauy Date: Mon, 21 Oct 2024 13:28:21 +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?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Workflow/Main.vue | 4 ++-- .../components/DialogAddRequestEdit.vue | 17 +++++++++++++---- src/modules/10_registry/store/RequestEdit.ts | 2 +- 3 files changed, 16 insertions(+), 7 deletions(-) diff --git a/src/components/Workflow/Main.vue b/src/components/Workflow/Main.vue index cc3c2b9..b7bdb6e 100644 --- a/src/components/Workflow/Main.vue +++ b/src/components/Workflow/Main.vue @@ -139,7 +139,7 @@ defineExpose({ @@ -198,7 +198,7 @@ defineExpose({
diff --git a/src/modules/10_registry/components/DialogAddRequestEdit.vue b/src/modules/10_registry/components/DialogAddRequestEdit.vue index 650d80f..02b2cf4 100644 --- a/src/modules/10_registry/components/DialogAddRequestEdit.vue +++ b/src/modules/10_registry/components/DialogAddRequestEdit.vue @@ -169,9 +169,9 @@ function fetchProfile() { }); } -/** popup รายละเอียดของ ขออัปเดตข้อมูลจากกรมการปกครอง */ +/** popup รายละเอียดของ ขอปรับปรุงข้อมูลจากกรมการปกครอง */ function onInfo(val: string) { - if (val == "ขออัปเดตข้อมูลจากกรมการปกครอง") { + if (val == "ขอปรับปรุงข้อมูลจากกรมการปกครอง") { modalInfo.value = true; } } @@ -197,7 +197,7 @@ watch( - + นามสกุล +
  • + บุตร +
      +
    • เลขประจำตัวประชาชน
    • +
    • คำนำหน้า
    • +
    • ชื่อ
    • +
    • นามสกุล
    • +
    +
  • diff --git a/src/modules/10_registry/store/RequestEdit.ts b/src/modules/10_registry/store/RequestEdit.ts index ceda422..208c3fc 100644 --- a/src/modules/10_registry/store/RequestEdit.ts +++ b/src/modules/10_registry/store/RequestEdit.ts @@ -4,7 +4,7 @@ import type { DataOption } from "@/modules/10_registry/interface/index/Main"; export const useRequestEditStore = defineStore("requestEditStore", () => { const optionTopic = ref([ - "ขออัปเดตข้อมูลจากกรมการปกครอง", + "ขอปรับปรุงข้อมูลจากกรมการปกครอง", "ขอแก้ไขรูปภาพประจำตัว", "ขอแก้ไขอาชีพ คู่สมรส", "ขอแก้ไขอาชีพ บิดา",