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