From 24a8d5130bfcb45600ed823347e99806456ab6f8 Mon Sep 17 00:00:00 2001 From: waruneeta Date: Wed, 7 Feb 2024 17:17:21 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B8=9B=E0=B8=A3=E0=B8=B1=E0=B8=9A=E0=B8=97?= =?UTF-8?q?=E0=B8=B0=E0=B9=80=E0=B8=9A=E0=B8=B5=E0=B8=A2=E0=B8=99=E0=B8=9B?= =?UTF-8?q?=E0=B8=A3=E0=B8=B0=E0=B8=A7=E0=B8=B1=E0=B8=95=E0=B8=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../04_registry/components/Profile.vue | 63 ++++++++++++------- 1 file changed, 42 insertions(+), 21 deletions(-) diff --git a/src/modules/04_registry/components/Profile.vue b/src/modules/04_registry/components/Profile.vue index 56157b105..50ec60ac6 100644 --- a/src/modules/04_registry/components/Profile.vue +++ b/src/modules/04_registry/components/Profile.vue @@ -153,27 +153,39 @@ - - ยืนยันการตรวจสอบข้อมูล - - - ตรวจสอบข้อมูลแล้ว - +
+ + ยืนยันการตรวจสอบข้อมูล + + + ปลดล็อคให้แก้ไขข้อมูล + + + ตรวจสอบข้อมูลแล้ว + +
-
+
{}, + "ยืนยันการปลดให้แก้ไขข้อมูล", + "ต้องการยืนยันการปลดให้แก้ไขข้อมูลนี้หรือไม่?" + ); +} onMounted(async () => { if (keycloak.tokenParsed != null) { roleKeyregistry.value = await keycloak.tokenParsed.role.includes( @@ -921,6 +942,7 @@ onMounted(async () => { await checIsVerified(); }); +const isVerified = ref(false); const fetchData = async () => { showLoader(); await http @@ -952,7 +974,6 @@ const fetchData = async () => { }); }; -const isVerified = ref(false); async function checIsVerified() { // showLoader(); await http