ทดลอง งาน ค้างไว้

This commit is contained in:
STW_TTTY\stwtt 2024-06-06 10:54:03 +07:00
parent dbe620c549
commit 38d3c6d6ee
20 changed files with 7283 additions and 91 deletions

View file

@ -106,14 +106,14 @@ const items = ref<any>([
path: "/scholarship",
active: false,
},
{
icon: "mdi-school",
title: "ทดลองงาน",
sub: "รายการงานที่ได้รับมอบหมาย",
color: "teal-2",
path: "/probation",
active: false,
},
// {
// icon: "mdi-school",
// title: "",
// sub: "",
// color: "teal-2",
// path: "/probation",
// active: false,
// },
]);
onMounted(async () => {
await fetchlistInbox(1);