แก้เมนู

This commit is contained in:
Warunee Tamkoo 2024-04-22 09:15:37 +07:00
parent 854ee54396
commit fdb4ab4af3

View file

@ -107,6 +107,12 @@ const menuList = readonly<any[]>([
path: "KPICompetency",
role: "evaluateKPI",
},
{
key: 2.0,
label: "ยุทธศาสตร์",
path: "developmentStrategic",
role: "development",
},
],
},
{
@ -575,7 +581,7 @@ const menuList = readonly<any[]>([
role: "salary",
},
{
label: "รอบการขึ้นเงินเดือน",
label: "รอบการเลื่อนเงินเดือน",
path: "salaryRound",
role: "salary",
},
@ -637,11 +643,6 @@ const menuList = readonly<any[]>([
path: "developmentScholarship",
role: "development",
},
{
label: "ยุทธศาสตร์",
path: "developmentStrategic",
role: "development",
},
],
},
]);