fix file
This commit is contained in:
parent
ec0740ecd7
commit
8a5d16a18d
3 changed files with 109 additions and 14 deletions
|
|
@ -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",
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
},
|
||||
]);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue