set permission menu master data of evaluation

This commit is contained in:
Warunee Tamkoo 2024-08-05 10:20:48 +07:00
parent a0ebb23f1f
commit d1be4b077b
17 changed files with 322 additions and 508 deletions

View file

@ -57,6 +57,16 @@ export default [
Role: "STAFF",
},
},
{
path: "/masterdata/indicator-plan/view/:id",
name: "KPIIndicatorByPlanView",
component: IndicatorByPlanDetail,
meta: {
Auth: true,
Key: "SYS_EVA_INDICATOR",
Role: "STAFF",
},
},
{
path: "/masterdata/indicator-role",
name: "KPIIndicatorByRole",
@ -87,6 +97,16 @@ export default [
Role: "STAFF",
},
},
{
path: "/masterdata/indicator-role/view/:id",
name: "KPIIndicatorByRoleView",
component: IndicatorByRoleDetail,
meta: {
Auth: true,
Key: "SYS_EVA_INDICATOR",
Role: "STAFF",
},
},
{
path: "/masterdata/competency",
name: "KPICompetency",