diff --git a/src/interface/request/main/main.ts b/src/interface/request/main/main.ts index c667cd88a..3f5609d8c 100644 --- a/src/interface/request/main/main.ts +++ b/src/interface/request/main/main.ts @@ -107,6 +107,12 @@ const menuList = readonly([ path: "KPICompetency", role: "evaluateKPI", }, + { + key: 2.0, + label: "ยุทธศาสตร์", + path: "developmentStrategic", + role: "development", + }, ], }, { @@ -575,7 +581,7 @@ const menuList = readonly([ role: "salary", }, { - label: "รอบการขึ้นเงินเดือน", + label: "รอบการเลื่อนเงินเดือน", path: "salaryRound", role: "salary", }, @@ -637,11 +643,6 @@ const menuList = readonly([ path: "developmentScholarship", role: "development", }, - { - label: "ยุทธศาสตร์", - path: "developmentStrategic", - role: "development", - }, ], }, ]); diff --git a/src/modules/14_KPI/views/indicatorByPlan.vue b/src/modules/14_KPI/views/indicatorByPlan.vue index 3e6dcb168..a1e5dbaf9 100644 --- a/src/modules/14_KPI/views/indicatorByPlan.vue +++ b/src/modules/14_KPI/views/indicatorByPlan.vue @@ -274,6 +274,7 @@ onMounted(() => { option-value="id" emit-value map-options + @update:model-value="fetchListProjectNew" />
@@ -350,17 +351,25 @@ onMounted(() => {