เพิ่มเมนูจัดทำประกาศผู้มีผลการปฏิบัติราชการระดับดีเด่นและดีมาก
This commit is contained in:
parent
c5f2d02846
commit
e4f37917f1
3 changed files with 19 additions and 8 deletions
|
|
@ -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",
|
||||
},
|
||||
},
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue