diff --git a/src/modules/04_registry/components/Profile.vue b/src/modules/04_registry/components/Profile.vue
index 3e6b18112..56157b105 100644
--- a/src/modules/04_registry/components/Profile.vue
+++ b/src/modules/04_registry/components/Profile.vue
@@ -153,9 +153,25 @@
- ตรวจสอบข้อมูล
+ ยืนยันการตรวจสอบข้อมูล
+
+
+ ตรวจสอบข้อมูลแล้ว
+
{},
"ยืนยันการตรวจสอบข้อมูล",
- "ต้องการยืนยันการตรวจสอบข้อมูลนี้หรือไม่ ?"
+ "ต้องการยืนยันการตรวจสอบข้อมูลนี้หรือไม่?"
);
}
onMounted(async () => {
@@ -926,6 +942,7 @@ const fetchData = async () => {
leaveReason.value = ` (พ้นจากราชการด้วยสาเหตุ: ${data.leaveReason})`;
}
reasonStatus.value = reason.length > 0 ? true : false;
+ isVerified.value = data.isVerified ? data.isVerified : false;
})
.catch((e) => {
messageError($q, e);