diff --git a/src/interface/request/main/main.ts b/src/interface/request/main/main.ts index c40be23d4..2c9f74d10 100644 --- a/src/interface/request/main/main.ts +++ b/src/interface/request/main/main.ts @@ -84,6 +84,31 @@ const menuList = readonly([ label: "ข้อมูลเครื่องราชอิสริยาภรณ์", path: "masterInsignia", }, + { + key: 3.6, + label: "ตัวชี้วัด", + role: "evaluateKPI", + children: [ + { + key: 3.61, + label: "ตามแผน", + path: "KPIIndicatorByPlan", + role: "evaluateKPI", + }, + { + key: 3.62, + label: "ตามตำแหน่ง", + path: "KPIIndicatorByRole", + role: "evaluateKPI", + }, + ], + }, + { + key: 3.7, + label: "สมรรถนะ", + path: "KPICompetency", + role: "evaluateKPI", + }, ], }, { @@ -685,32 +710,7 @@ const menuList = readonly([ 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, diff --git a/src/modules/14_KPI/components/indicatorByPlan/DetailView.vue b/src/modules/14_KPI/components/indicatorByPlan/DetailView.vue index 1ff6f96ed..a420bcf47 100644 --- a/src/modules/14_KPI/components/indicatorByPlan/DetailView.vue +++ b/src/modules/14_KPI/components/indicatorByPlan/DetailView.vue @@ -34,7 +34,7 @@ onMounted(() => {}); color="primary" @click="router.go(-1)" /> - {{ `${title}คัวชี้วัดตามแผนปฏิบัติราชการประจำปี` }} + {{ `${title}ตัวชี้วัดตามแผนฯ` }} diff --git a/src/modules/14_KPI/components/indicatorByRole/DetailView.vue b/src/modules/14_KPI/components/indicatorByRole/DetailView.vue index 80b8efaa2..be5955b11 100644 --- a/src/modules/14_KPI/components/indicatorByRole/DetailView.vue +++ b/src/modules/14_KPI/components/indicatorByRole/DetailView.vue @@ -34,7 +34,7 @@ onMounted(() => {}); color="primary" @click="router.go(-1)" /> - {{ `${title}คัวชี้วัดตามหน้าที่ความรับผิดชอบ` }} + {{ `${title}ตัวชี้วัดตามตำแหน่ง` }} diff --git a/src/modules/14_KPI/views/indicatorByPlan.vue b/src/modules/14_KPI/views/indicatorByPlan.vue index 287b0ba3e..a5d583777 100644 --- a/src/modules/14_KPI/views/indicatorByPlan.vue +++ b/src/modules/14_KPI/views/indicatorByPlan.vue @@ -108,7 +108,7 @@ onMounted(() => {