ปรับวินัย

This commit is contained in:
Warunee Tamkoo 2023-11-24 16:52:10 +07:00
parent 7b56868c1f
commit 3482ec0ae4
18 changed files with 1222 additions and 70 deletions

View file

@ -419,37 +419,36 @@ const menuList = readonly<any[]>([
icon: "mdi-scale-balance",
activeIcon: "mdi-calendar",
label: "วินัย",
path: "/discipline",
role: "discipline",
children: [
{
key: 11.1,
label: "เรื่องร้องเรียน",
path: "/discipline-complaints",
path: "disciplineComplaints",
role: "discipline",
},
{
key: 11.2,
label: "สืบสวนข้อเท็จจริง",
path: "/discipline-investigatefacts",
path: "disciplineInvestigatefacts",
role: "discipline",
},
{
key: 11.3,
label: "สอบสวนความผิดวินัย",
path: "/discipline-disciplinary",
path: "disciplineDisciplinary",
role: "discipline",
},
{
key: 11.4,
label: "ออกคำสั่ง",
path: "/disciplineorder",
label: "สรุปผลการพิจารณาทางวินัย",
path: "disciplineResult",
role: "discipline",
},
{
key: 11.5,
label: "รายงาน",
path: "/discipline-report",
path: "disciplineReport",
role: "discipline",
},
{
@ -460,12 +459,12 @@ const menuList = readonly<any[]>([
children: [
{
label: "กรรมการ",
path: "/discipline-director",
path: "disciplineDirector",
role: "discipline",
},
{
label: "ช่องทางการร้องเรียน",
path: "/discipline-channel",
path: "disciplineChannel",
role: "discipline",
},
],