UI รายการคำร้องขอเพิ่มข้อมูลการพัฒนารายบุคคล (Individual Development Plan)
This commit is contained in:
parent
72d597b465
commit
d7a6c8d9bc
7 changed files with 1026 additions and 1 deletions
|
|
@ -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 ?? "",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue