ปรับเพิ่มเมนู KPI

This commit is contained in:
Warunee Tamkoo 2024-04-04 10:26:13 +07:00
parent 7cdcebf5e0
commit 50e5636e79
7 changed files with 90 additions and 6 deletions

View file

@ -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,