- ปรับเมนู
- แก้ไข แต่งตั้ง/เลื่อนขั้นลูกจ้าง ใช้คำว่า "ปรับระดับชั้นงาน"
This commit is contained in:
parent
45a40aa30b
commit
3ae8590e9a
5 changed files with 20 additions and 20 deletions
|
|
@ -252,7 +252,7 @@ const menuList = readonly<any[]>([
|
|||
},
|
||||
{
|
||||
key: 6.8,
|
||||
label: "รายการแต่งตั้งลูกจ้างประจำ",
|
||||
label: "ปรับระดับชั้นงานลูกจ้าง",
|
||||
path: "appoint-employee",
|
||||
role: "placement",
|
||||
},
|
||||
|
|
@ -374,25 +374,25 @@ const menuList = readonly<any[]>([
|
|||
activeIcon: "mdi-calendar",
|
||||
label: "การลา",
|
||||
path: "leave",
|
||||
role: "coin",
|
||||
role: "leave",
|
||||
children: [
|
||||
{
|
||||
key: 9.1,
|
||||
label: "รายการลงเวลาปฏิบัติงาน",
|
||||
path: "/work-list",
|
||||
role: "coin",
|
||||
role: "leave",
|
||||
},
|
||||
{
|
||||
key: 9.2,
|
||||
label: "รายการลา",
|
||||
path: "/leave-list",
|
||||
role: "coin",
|
||||
role: "leave",
|
||||
},
|
||||
{
|
||||
key: 9.3,
|
||||
label: "รายงานสถิติ",
|
||||
path: "/statistics-report",
|
||||
role: "coin",
|
||||
role: "leave",
|
||||
},
|
||||
],
|
||||
},
|
||||
|
|
@ -402,53 +402,53 @@ const menuList = readonly<any[]>([
|
|||
activeIcon: "mdi-calendar",
|
||||
label: "วินัย",
|
||||
path: "/discipline",
|
||||
role: "coin",
|
||||
role: "discipline",
|
||||
children: [
|
||||
{
|
||||
key: 11.1,
|
||||
label: "เรื่องร้องเรียน",
|
||||
path: "/discipline-complaints",
|
||||
role: "coin",
|
||||
role: "discipline",
|
||||
},
|
||||
{
|
||||
key: 11.2,
|
||||
label: "สืบสวนข้อเท็จจริง",
|
||||
path: "/discipline-investigatefacts",
|
||||
role: "coin",
|
||||
role: "discipline",
|
||||
},
|
||||
{
|
||||
key: 11.3,
|
||||
label: "สอบสวนความผิดวินัย",
|
||||
path: "/discipline-disciplinary",
|
||||
role: "coin",
|
||||
role: "discipline",
|
||||
},
|
||||
{
|
||||
key: 11.4,
|
||||
label: "ออกคำสั่ง",
|
||||
path: "/disciplineorder",
|
||||
role: "coin",
|
||||
role: "discipline",
|
||||
},
|
||||
{
|
||||
key: 11.5,
|
||||
label: "รายงาน",
|
||||
path: "/discipline-report",
|
||||
role: "coin",
|
||||
role: "discipline",
|
||||
},
|
||||
{
|
||||
label: "ข้อมูลพื้นฐาน",
|
||||
path: "",
|
||||
key: 11.6,
|
||||
role: "coin",
|
||||
role: "discipline",
|
||||
children: [
|
||||
{
|
||||
label: "กรรมการ",
|
||||
path: "/discipline-director",
|
||||
role: "coin",
|
||||
role: "discipline",
|
||||
},
|
||||
{
|
||||
label: "ช่องทางการร้องเรียน",
|
||||
path: "/discipline-channel",
|
||||
role: "coin",
|
||||
role: "discipline",
|
||||
},
|
||||
],
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue