แก้ 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 roundPage = () => import("@/modules/14_KPI/views/round.vue");
|
||||||
const IndicatorByPlan = () => import("@/modules/14_KPI/views/indicatorByPlan.vue");
|
const IndicatorByPlan = () =>
|
||||||
const IndicatorByRole = () => import("@/modules/14_KPI/views/indicatorByRole.vue");
|
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");
|
const competencyPage = () => import("@/modules/14_KPI/views/competency.vue");
|
||||||
|
|
||||||
export default [
|
export default [
|
||||||
{
|
{
|
||||||
path: "/KPI",
|
path: "/KPI-round",
|
||||||
name: "KPIRound",
|
name: "KPIRound",
|
||||||
component: roundPage,
|
component: roundPage,
|
||||||
meta: {
|
meta: {
|
||||||
|
|
@ -15,7 +17,7 @@ export default [
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: "/KPI",
|
path: "/KPI-indicator-plan",
|
||||||
name: "KPIIndicatorByPlan",
|
name: "KPIIndicatorByPlan",
|
||||||
component: IndicatorByPlan,
|
component: IndicatorByPlan,
|
||||||
meta: {
|
meta: {
|
||||||
|
|
@ -25,7 +27,7 @@ export default [
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: "/KPI",
|
path: "/KPI-indicator-role",
|
||||||
name: "KPIIndicatorByRole",
|
name: "KPIIndicatorByRole",
|
||||||
component: IndicatorByRole,
|
component: IndicatorByRole,
|
||||||
meta: {
|
meta: {
|
||||||
|
|
@ -35,7 +37,7 @@ export default [
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: "/KPI",
|
path: "/KPI-competency",
|
||||||
name: "KPICompetency",
|
name: "KPICompetency",
|
||||||
component: competencyPage,
|
component: competencyPage,
|
||||||
meta: {
|
meta: {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue