โมดูลการอุทธรณ์ร้องทุกข์
This commit is contained in:
parent
3148c63d26
commit
5259db0488
6 changed files with 493 additions and 4 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue