ปรับเมนู KPI
This commit is contained in:
parent
b82dd420eb
commit
11ced9f05a
4 changed files with 284 additions and 2 deletions
|
|
@ -4,6 +4,7 @@
|
|||
|
||||
const KPIPage = () => import("@/modules/08_KPI/views/main.vue");
|
||||
const FormPage = () => import("@/modules/08_KPI/views/form.vue");
|
||||
const KPIMainEvaluator = () => import("@/modules/08_KPI/views/mainEvaluator.vue");
|
||||
|
||||
export default [
|
||||
{
|
||||
|
|
@ -33,4 +34,22 @@ export default [
|
|||
Key: [8.2],
|
||||
},
|
||||
},
|
||||
{
|
||||
path: "/KPI-evaluator",
|
||||
name: "KPIMainEvaluator",
|
||||
component: KPIMainEvaluator,
|
||||
meta: {
|
||||
Auth: true,
|
||||
Key: [8.3],
|
||||
},
|
||||
},
|
||||
{
|
||||
path: "/KPI-evaluator/:id",
|
||||
name: "KPIEditEvaluator",
|
||||
component: FormPage,
|
||||
meta: {
|
||||
Auth: true,
|
||||
Key: [8.4],
|
||||
},
|
||||
},
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue