diff --git a/src/interface/request/main/main.ts b/src/interface/request/main/main.ts index ad8973014..3d8f56bef 100644 --- a/src/interface/request/main/main.ts +++ b/src/interface/request/main/main.ts @@ -141,7 +141,6 @@ const menuList = readonly([ { key: 3, icon: "o_groups", - activeIcon: "groups", label: "อัตรากำลังลูกจ้างประจำฯ", path: "positionEmployee", role: "positionEmployee", @@ -149,7 +148,6 @@ const menuList = readonly([ { key: 4, icon: "o_contact_page", - activeIcon: "contact_page", label: "ทะเบียนประวัติ", path: "registryNew", role: "organization", @@ -157,7 +155,6 @@ const menuList = readonly([ { key: 4, icon: "o_contact_page", - activeIcon: "registry_employee_page", label: "ทะเบียนประวัติลูกจ้าง", path: "registry-employee", role: "registryEmployee", @@ -586,12 +583,16 @@ const menuList = readonly([ path: "KPI​List", role: "evaluateKPI", }, + { + label: "จัดทำประกาศผู้มีผลการปฏิบัติราชการระดับดีเด่นและดีมาก", + path: "KPIReport", + role: "evaluateKPI", + }, ], }, { key: 16, icon: "mdi-briefcase-account", - activeIcon: "mdi-briefcase-account", label: "พัฒนาบุคลากร", role: "development", children: [ @@ -620,7 +621,6 @@ const menuList = readonly([ { key: 13, icon: "o_note", - activeIcon: "contact_page", label: "ระบบเดิม", path: "registry", role: "registry", @@ -628,7 +628,6 @@ const menuList = readonly([ { key: 13.0, icon: "o_person", - activeIcon: "person", label: "ข้อมูลหลัก", path: "metadata", role: "metadata", @@ -636,7 +635,6 @@ const menuList = readonly([ { key: 13.1, icon: "o_groups", - activeIcon: "groups", label: "โครงสร้างอัตรากำลัง", path: "organizational", role: "organization", @@ -681,7 +679,6 @@ const menuList = readonly([ { key: 13.0, icon: "o_contact_page", - activeIcon: "contact_page", label: "ทะเบียนประวัติ", path: "registry", role: "registry", diff --git a/src/modules/14_KPI/router.ts b/src/modules/14_KPI/router.ts index 1b173443f..2b8312b23 100644 --- a/src/modules/14_KPI/router.ts +++ b/src/modules/14_KPI/router.ts @@ -12,6 +12,7 @@ const roundPage = () => import("@/modules/14_KPI/views/round.vue"); // import("@/modules/14_KPI/components/competency/AddPage.vue"); const listPage = () => import("@/modules/14_KPI/views/list.vue"); const detailPage = () => import("@/modules/14_KPI/views/detail.vue"); +const reportPage = () => import("@/modules/14_KPI/views/report.vue"); export default [ { @@ -135,4 +136,14 @@ export default [ Role: "evaluateKPI", }, }, + { + path: "/KPI/report", + name: "KPIReport", + component: reportPage, + meta: { + Auth: true, + Key: [1.1], + Role: "evaluateKPI", + }, + }, ]; diff --git a/src/modules/14_KPI/views/report.vue b/src/modules/14_KPI/views/report.vue new file mode 100644 index 000000000..69797bfc7 --- /dev/null +++ b/src/modules/14_KPI/views/report.vue @@ -0,0 +1,3 @@ +