ปรับเพิ่มเมนู KPI
This commit is contained in:
parent
7cdcebf5e0
commit
50e5636e79
7 changed files with 90 additions and 6 deletions
|
|
@ -1,10 +1,43 @@
|
|||
const mainPage = () => import("@/modules/14_KPI/views/MainPage.vue");
|
||||
const roundPage = () => import("@/modules/14_KPI/views/round.vue");
|
||||
const IndicatorByPlan = () => import("@/modules/14_KPI/views/indicatorByPlan.vue");
|
||||
const IndicatorByRole = () => import("@/modules/14_KPI/views/indicatorByRole.vue");
|
||||
const competencyPage = () => import("@/modules/14_KPI/views/competency.vue");
|
||||
|
||||
export default [
|
||||
{
|
||||
path: "/KPI",
|
||||
name: "KPIMain",
|
||||
component: mainPage,
|
||||
name: "KPIRound",
|
||||
component: roundPage,
|
||||
meta: {
|
||||
Auth: true,
|
||||
Key: [1.1],
|
||||
Role: "evaluateKPI",
|
||||
},
|
||||
},
|
||||
{
|
||||
path: "/KPI",
|
||||
name: "KPIIndicatorByPlan",
|
||||
component: IndicatorByPlan,
|
||||
meta: {
|
||||
Auth: true,
|
||||
Key: [1.1],
|
||||
Role: "evaluateKPI",
|
||||
},
|
||||
},
|
||||
{
|
||||
path: "/KPI",
|
||||
name: "KPIIndicatorByRole",
|
||||
component: IndicatorByRole,
|
||||
meta: {
|
||||
Auth: true,
|
||||
Key: [1.1],
|
||||
Role: "evaluateKPI",
|
||||
},
|
||||
},
|
||||
{
|
||||
path: "/KPI",
|
||||
name: "KPICompetency",
|
||||
component: competencyPage,
|
||||
meta: {
|
||||
Auth: true,
|
||||
Key: [1.1],
|
||||
|
|
|
|||
5
src/modules/14_KPI/views/competency.vue
Normal file
5
src/modules/14_KPI/views/competency.vue
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
<template>
|
||||
<div>
|
||||
สมรรถนะ
|
||||
</div>
|
||||
</template>
|
||||
5
src/modules/14_KPI/views/indicatorByPlan.vue
Normal file
5
src/modules/14_KPI/views/indicatorByPlan.vue
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
<template>
|
||||
<div>
|
||||
ตามแผนปฏิบัติราชการประจำปี
|
||||
</div>
|
||||
</template>
|
||||
5
src/modules/14_KPI/views/indicatorByRole.vue
Normal file
5
src/modules/14_KPI/views/indicatorByRole.vue
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
<template>
|
||||
<div>
|
||||
ตามหน้าที่ความรับผิดชอบ
|
||||
</div>
|
||||
</template>
|
||||
Loading…
Add table
Add a link
Reference in a new issue