โครงสร้าง folder ชื่อ 11_discipline

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2023-10-16 13:28:48 +07:00
parent 6119fbcb59
commit 58a99e1e49
12 changed files with 182 additions and 8 deletions

View file

@ -402,6 +402,64 @@ const menuList = readonly<any[]>([
// },
// ],
// },
{
key: 11,
icon: "mdi-scale-balance",
activeIcon: "mdi-calendar",
label: "วินัย",
path: "/discipline",
role: "coin",
children: [
{
key: 11.1,
label: "เรื่องร้องเรียน",
path: "/discipline-complaints",
role: "coin",
},
{
key: 11.2,
label: "สืบสวนข้อเท็จจริง",
path: "/discipline-investigatefacts",
role: "coin",
},
{
key: 11.3,
label: "สอบสวนความผิดวินัย",
path: "/discipline-disciplinary",
role: "coin",
},
{
key: 11.4,
label: "ออกคำสั่ง",
path: "",
role: "coin",
},
{
key: 11.5,
label: "รายงาน",
path: "",
role: "coin",
},
{
label: "ข้อมูลพื้นฐาน",
path: "",
key: 11.6,
role: "coin",
children: [
{
label: "กรรมการ",
path: "",
role: "coin",
},
{
label: "ช่องทางการร้องเรียน",
path: "",
role: "coin",
},
],
},
],
},
]);
const tabList = readonly<tabType[]>([