KPI ปรับตาม user

This commit is contained in:
STW_TTTY\stwtt 2024-07-15 15:29:15 +07:00
parent 65cc0d0816
commit 3744b3e0d8
4 changed files with 724 additions and 90 deletions

View file

@ -1,4 +1,7 @@
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 = () =>
@ -80,4 +83,14 @@ export default [
Role: "evaluateKPI",
},
},
{
path: "/probation-detail/:id",
name: "probationMainDetail",
component: probationDetail,
meta: {
Auth: true,
Key: [1.1],
Role: "evaluateKPI",
},
},
];