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([
- "ขออัปเดตข้อมูลจากกรมการปกครอง",
+ "ขอปรับปรุงข้อมูลจากกรมการปกครอง",
"ขอแก้ไขรูปภาพประจำตัว",
"ขอแก้ไขอาชีพ คู่สมรส",
"ขอแก้ไขอาชีพ บิดา",