From 0b0ef1d1ffc9dbfe2018a07b36b53a32192599bf Mon Sep 17 00:00:00 2001 From: waruneeta Date: Wed, 7 Feb 2024 16:08:55 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B8=9B=E0=B8=A3=E0=B8=B1=E0=B8=9A=20verify?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../04_registry/components/Profile.vue | 23 ++++++++++++++++--- 1 file changed, 20 insertions(+), 3 deletions(-) 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);