โมดูลการอุทธรณ์ร้องทุกข์

This commit is contained in:
Warunee Tamkoo 2023-12-13 13:26:47 +07:00
parent 3148c63d26
commit 5259db0488
6 changed files with 493 additions and 4 deletions

View file

@ -71,6 +71,14 @@ const items = ref<any>([
path: "/retire",
active: false,
},
{
icon: "mdi-scale-balance",
title: "อุทธรณ์ร้องทุกข์",
sub: "ทำเรื่องขออุทธรณ์ หรือร้องทุกข์",
color: "green-3",
path: "/appeal-complain",
active: false,
},
])
onMounted(async () => {
await fetchlistInbox()