เพิ่มเมนูจัดทำประกาศผู้มีผลการปฏิบัติราชการระดับดีเด่นและดีมาก

This commit is contained in:
Warunee Tamkoo 2024-06-12 17:26:17 +07:00
parent c5f2d02846
commit e4f37917f1
3 changed files with 19 additions and 8 deletions

View file

@ -141,7 +141,6 @@ const menuList = readonly<any[]>([
{
key: 3,
icon: "o_groups",
activeIcon: "groups",
label: "อัตรากำลังลูกจ้างประจำฯ",
path: "positionEmployee",
role: "positionEmployee",
@ -149,7 +148,6 @@ const menuList = readonly<any[]>([
{
key: 4,
icon: "o_contact_page",
activeIcon: "contact_page",
label: "ทะเบียนประวัติ",
path: "registryNew",
role: "organization",
@ -157,7 +155,6 @@ const menuList = readonly<any[]>([
{
key: 4,
icon: "o_contact_page",
activeIcon: "registry_employee_page",
label: "ทะเบียนประวัติลูกจ้าง",
path: "registry-employee",
role: "registryEmployee",
@ -586,12 +583,16 @@ const menuList = readonly<any[]>([
path: "KPIList",
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<any[]>([
{
key: 13,
icon: "o_note",
activeIcon: "contact_page",
label: "ระบบเดิม",
path: "registry",
role: "registry",
@ -628,7 +628,6 @@ const menuList = readonly<any[]>([
{
key: 13.0,
icon: "o_person",
activeIcon: "person",
label: "ข้อมูลหลัก",
path: "metadata",
role: "metadata",
@ -636,7 +635,6 @@ const menuList = readonly<any[]>([
{
key: 13.1,
icon: "o_groups",
activeIcon: "groups",
label: "โครงสร้างอัตรากำลัง",
path: "organizational",
role: "organization",
@ -681,7 +679,6 @@ const menuList = readonly<any[]>([
{
key: 13.0,
icon: "o_contact_page",
activeIcon: "contact_page",
label: "ทะเบียนประวัติ",
path: "registry",
role: "registry",

View file

@ -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",
},
},
];

View file

@ -0,0 +1,3 @@
<template>
<div>ดทำประกาศผผลการปฏราชการระดบดเดนและดมาก</div>
</template>