UI เมนูทุนการศึกษา(พักไปทำ admin)

This commit is contained in:
STW_TTTY\stwtt 2024-04-11 13:07:40 +07:00
parent 3e25bb4da8
commit 49b53430d2
6 changed files with 443 additions and 0 deletions

View file

@ -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);