เพิ่มโครงสร้าง folder งวด 5
This commit is contained in:
parent
f57a28c19f
commit
06f921e4e1
27 changed files with 263 additions and 10 deletions
|
|
@ -614,6 +614,45 @@ const menuList = readonly<any[]>([
|
|||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
key: 12,
|
||||
icon: "mdi-cash",
|
||||
activeIcon: "mdi-cash",
|
||||
label: "เงินเดือน/ค่าจ้าง",
|
||||
role: "salary",
|
||||
children: [
|
||||
{
|
||||
key: 12.1,
|
||||
label: "ผังบัญชีเงินเดือน",
|
||||
path: "salaryChart",
|
||||
role: "salary",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
key: 13,
|
||||
icon: "mdi-account-star",
|
||||
activeIcon: "mdi-account-star",
|
||||
label: "ประเมินผลการปฏิบัติราชการระดับบุคคล",
|
||||
role: "evaluateKPI",
|
||||
path: "KPIMain",
|
||||
},
|
||||
{
|
||||
key: 14,
|
||||
icon: "mdi-briefcase-account",
|
||||
activeIcon: "mdi-briefcase-account",
|
||||
label: "พัฒนาบุคลากร/การศึกษาต่อ",
|
||||
role: "development",
|
||||
path: "developmentMain",
|
||||
},
|
||||
// {
|
||||
// key: 99,
|
||||
// icon: "mdi-chat",
|
||||
// activeIcon: "mdi-chat",
|
||||
// label: "ถาม-ตอบ",
|
||||
// role: "support",
|
||||
// path: "support",
|
||||
// },
|
||||
]);
|
||||
|
||||
const tabList = readonly<tabType[]>([
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue