แก้ไขสิทธิ์ของประเมิน และเพิ่มเมนูออกคำสั่งลงโทษทางวินัย

This commit is contained in:
Warunee Tamkoo 2023-12-18 16:07:20 +07:00
parent a0c6c4eb8e
commit f9d37f990d
9 changed files with 40 additions and 68 deletions

View file

@ -463,6 +463,12 @@ const menuList = readonly<any[]>([
path: "appealComplain",
role: "discipline",
},
{
key: 11.5,
label: "ออกคำสั่งลงโทษทางวินัย",
path: "disciplineOrder",
role: "discipline",
},
{
label: "ข้อมูลพื้นฐาน",
path: "",
@ -483,46 +489,12 @@ 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: 11,
icon: "mdi-account-check",
activeIcon: "mdi-account-check",
label: "ประเมินบุคคล",
role: "discipline",
role: "evaluate",
children: [
{
key: 11.1,
@ -534,17 +506,17 @@ const menuList = readonly<any[]>([
label: "กรรมการและการประชุม",
path: "",
key: 11.7,
role: "discipline",
role: "evaluate",
children: [
{
label: "กรรมการ",
path: "evaluateDirector",
role: "discipline",
role: "evaluate",
},
{
label: "การประชุม",
path: "evaluateMeeting",
role: "discipline",
role: "evaluate",
},
],
},