แก้ route KPI
This commit is contained in:
parent
76a2468365
commit
fff64a5b0d
1 changed files with 8 additions and 6 deletions
|
|
@ -1,11 +1,13 @@
|
|||
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 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",
|
||||
path: "/KPI-round",
|
||||
name: "KPIRound",
|
||||
component: roundPage,
|
||||
meta: {
|
||||
|
|
@ -15,7 +17,7 @@ export default [
|
|||
},
|
||||
},
|
||||
{
|
||||
path: "/KPI",
|
||||
path: "/KPI-indicator-plan",
|
||||
name: "KPIIndicatorByPlan",
|
||||
component: IndicatorByPlan,
|
||||
meta: {
|
||||
|
|
@ -25,7 +27,7 @@ export default [
|
|||
},
|
||||
},
|
||||
{
|
||||
path: "/KPI",
|
||||
path: "/KPI-indicator-role",
|
||||
name: "KPIIndicatorByRole",
|
||||
component: IndicatorByRole,
|
||||
meta: {
|
||||
|
|
@ -35,7 +37,7 @@ export default [
|
|||
},
|
||||
},
|
||||
{
|
||||
path: "/KPI",
|
||||
path: "/KPI-competency",
|
||||
name: "KPICompetency",
|
||||
component: competencyPage,
|
||||
meta: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue