ปรับเพิ่มเมนู KPI
This commit is contained in:
parent
7cdcebf5e0
commit
50e5636e79
7 changed files with 90 additions and 6 deletions
|
|
@ -678,7 +678,39 @@ const menuList = readonly<any[]>([
|
|||
activeIcon: "mdi-account-star",
|
||||
label: "ประเมินผลการปฏิบัติราชการระดับบุคคล",
|
||||
role: "evaluateKPI",
|
||||
path: "KPIMain",
|
||||
children: [
|
||||
{
|
||||
key: 13.1,
|
||||
label: "รอบการประเมิน",
|
||||
path: "KPIRound",
|
||||
role: "evaluateKPI",
|
||||
},
|
||||
{
|
||||
key: 13.2,
|
||||
label: "ตัวชี้วัด",
|
||||
role: "evaluateKPI",
|
||||
children: [
|
||||
{
|
||||
key: 13.21,
|
||||
label: "ตามแผนปฏิบัติราชการประจำปี",
|
||||
path: "KPIIndicatorByPlan",
|
||||
role: "evaluateKPI",
|
||||
},
|
||||
{
|
||||
key: 13.22,
|
||||
label: "ตามหน้าที่ความรับผิดชอบ",
|
||||
path: "KPIIndicatorByRole",
|
||||
role: "evaluateKPI",
|
||||
},
|
||||
]
|
||||
},
|
||||
{
|
||||
key: 13.3,
|
||||
label: "สมรรถนะ",
|
||||
path: "KPICompetency",
|
||||
role: "evaluateKPI",
|
||||
},
|
||||
]
|
||||
},
|
||||
{
|
||||
key: 14,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue