UI เมนูทุนการศึกษา(พักไปทำ admin)
This commit is contained in:
parent
3e25bb4da8
commit
49b53430d2
6 changed files with 443 additions and 0 deletions
|
|
@ -89,6 +89,14 @@ const items = ref<any>([
|
|||
path: "/KPI",
|
||||
active: false,
|
||||
},
|
||||
{
|
||||
icon: "mdi-school",
|
||||
title: "ทุนการศึกษา/ฝึกอบรม",
|
||||
sub: "รายการทุนการศึกษา/ฝึกอบรม",
|
||||
color: "teal-2",
|
||||
path: "/scholarship",
|
||||
active: false,
|
||||
},
|
||||
]);
|
||||
onMounted(async () => {
|
||||
await fetchlistInbox(1);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue