This commit is contained in:
Warunee Tamkoo 2023-12-15 13:05:11 +07:00
parent ec0740ecd7
commit 8a5d16a18d
3 changed files with 109 additions and 14 deletions

View file

@ -417,7 +417,7 @@ const menuList = readonly<any[]>([
{
key: 11,
icon: "mdi-scale-balance",
activeIcon: "mdi-calendar",
activeIcon: "mdi-scale-balance",
label: "วินัย",
role: "discipline",
children: [
@ -483,13 +483,72 @@ const menuList = readonly<any[]>([
},
],
},
// {
// key: 11,
// icon: "mdi-account-check",
// activeIcon: "mdi-account-check",
// label: "ประเมิน",
// // path: "evaluate",
// role: "discipline", // evaluate
// children: [
// {
// key: 12.1,
// label: "ประเมินบุคคล",
// path: "evaluate",
// role: "discipline",
// },
// {
// label: "ข้อมูลพื้นฐาน",
// path: "",
// key: 12.2,
// role: "discipline",
// children: [
// {
// label: "กรรมการ",
// path: "evaluateDirector",
// role: "discipline",
// },
// {
// label: "การประชุม",
// path: "evaluateMeeting",
// role: "discipline",
// },
// ],
// },
// ],
// },
{
key: 12,
key: 11,
icon: "mdi-account-check",
activeIcon: "evaluate",
activeIcon: "mdi-account-check",
label: "ประเมินบุคคล",
path: "evaluate",
role: "discipline", // evaluate
role: "discipline",
children: [
{
key: 11.1,
label: "คำขอประเมิน",
path: "evaluate",
role: "discipline",
},
{
label: "กรรมการและการประชุม",
path: "",
key: 11.7,
role: "discipline",
children: [
{
label: "กรรมการ",
path: "evaluateDirector",
role: "discipline",
},
{
label: "การประชุม",
path: "evaluateMeeting",
role: "discipline",
},
],
},
],
},
]);