set permission menu master data of evaluation
This commit is contained in:
parent
a0ebb23f1f
commit
d1be4b077b
17 changed files with 322 additions and 508 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue