diff --git a/src/modules/04_registry/components/Profile.vue b/src/modules/04_registry/components/Profile.vue index 947e418fc..64b087205 100644 --- a/src/modules/04_registry/components/Profile.vue +++ b/src/modules/04_registry/components/Profile.vue @@ -154,22 +154,43 @@ - + - + ช่วยราชการ - + ส่งตัวกลับ - + แต่งตั้ง-เลื่อน-ย้าย @@ -181,31 +202,56 @@ ย้าย --> - + ถึงแก่กรรม - + ให้ออกจากราชการ - + ปลดออกจากราชการ - + ไล่ออกจากราชการ - + อื่นๆ @@ -823,7 +869,6 @@ const fetchData = async () => { .get(config.API.profileAvatarId(profileId.value)) .then((res) => { const data = res.data.result; - fullname.value = data.fullname; imageUrl.value = data.avatar; position.value = data.position;