updated route complete
This commit is contained in:
parent
d92952637b
commit
265c0bdbe0
7 changed files with 275 additions and 288 deletions
|
|
@ -1,7 +1,6 @@
|
|||
const roundPage = () => import("@/modules/14_KPI/views/round.vue");
|
||||
const probationDetail = () => import("@/modules/14_KPI/views/mainDetail.vue");
|
||||
|
||||
|
||||
// const IndicatorByPlan = () =>
|
||||
// import("@/modules/14_KPI/views/indicatorByPlan.vue");
|
||||
// const IndicatorByPlanDetail = () =>
|
||||
|
|
@ -14,7 +13,7 @@ const probationDetail = () => import("@/modules/14_KPI/views/mainDetail.vue");
|
|||
// const competencyAddPage = () =>
|
||||
// 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 detailPage = () => import("@/modules/14_KPI/views/detail.vue");
|
||||
const reportPage = () => import("@/modules/14_KPI/views/report.vue");
|
||||
const detailView = () => import("@/modules/14_KPI/views/detailView.vue");
|
||||
const ResultsView = () => import("@/modules/14_KPI/views/resultsMain.vue");
|
||||
|
|
@ -26,8 +25,8 @@ export default [
|
|||
component: roundPage,
|
||||
meta: {
|
||||
Auth: true,
|
||||
Key: [1.1],
|
||||
Role: "evaluateKPI",
|
||||
Key: "SYS_KPI_ROUND",
|
||||
Role: "STAFF",
|
||||
},
|
||||
},
|
||||
|
||||
|
|
@ -37,8 +36,8 @@ export default [
|
|||
component: listPage,
|
||||
meta: {
|
||||
Auth: true,
|
||||
Key: [1.1],
|
||||
Role: "evaluateKPI",
|
||||
Key: "SYS_KPI_LIST",
|
||||
Role: "STAFF",
|
||||
},
|
||||
},
|
||||
{
|
||||
|
|
@ -47,8 +46,8 @@ export default [
|
|||
component: detailView,
|
||||
meta: {
|
||||
Auth: true,
|
||||
Key: [1.1],
|
||||
Role: "evaluateKPI",
|
||||
Key: "SYS_KPI_LIST",
|
||||
Role: "STAFF",
|
||||
},
|
||||
},
|
||||
{
|
||||
|
|
@ -57,8 +56,8 @@ export default [
|
|||
component: reportPage,
|
||||
meta: {
|
||||
Auth: true,
|
||||
Key: [1.1],
|
||||
Role: "evaluateKPI",
|
||||
Key: "SYS_REPORT",
|
||||
Role: "STAFF",
|
||||
},
|
||||
},
|
||||
|
||||
|
|
@ -68,8 +67,8 @@ export default [
|
|||
component: detailView,
|
||||
meta: {
|
||||
Auth: true,
|
||||
Key: [1.1],
|
||||
Role: "evaluateKPI",
|
||||
Key: "SYS_KPI_LIST",
|
||||
Role: "STAFF",
|
||||
},
|
||||
},
|
||||
|
||||
|
|
@ -79,8 +78,8 @@ export default [
|
|||
component: ResultsView,
|
||||
meta: {
|
||||
Auth: true,
|
||||
Key: [1.1],
|
||||
Role: "evaluateKPI",
|
||||
Key: "SYS_RESULT",
|
||||
Role: "STAFF",
|
||||
},
|
||||
},
|
||||
{
|
||||
|
|
@ -89,8 +88,8 @@ export default [
|
|||
component: probationDetail,
|
||||
meta: {
|
||||
Auth: true,
|
||||
Key: [1.1],
|
||||
Role: "evaluateKPI",
|
||||
Key: "SYS_KPI_LIST",
|
||||
Role: "STAFF",
|
||||
},
|
||||
},
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue