UI รายการคำร้องขอเพิ่มข้อมูลการพัฒนารายบุคคล (Individual Development Plan)

This commit is contained in:
STW_TTTY\stwtt 2024-09-26 17:30:58 +07:00
parent 72d597b465
commit d7a6c8d9bc
7 changed files with 1026 additions and 1 deletions

View file

@ -106,6 +106,14 @@ const items = ref<MenuMainList[]>([
path: "/scholarship",
active: false,
},
{
icon: "mdi-human-handsup",
title: "การพัฒนารายบุคคล",
sub: "Individual Development Plan",
color: "orange-3",
path: "/IDP",
active: false,
},
]);
/**
@ -122,7 +130,6 @@ const fetchlistInbox = async (index: number) => {
totalInbox.value = res.data.result.total;
let listItem: InboxDetail[] = [];
if (data && data.length > 0) {
data.map((e: InboxList) => {
listItem.push({
no: e.id ?? "",