updated route leave & registry employee
This commit is contained in:
parent
ebd4702356
commit
d92952637b
2 changed files with 20 additions and 20 deletions
|
|
@ -23,8 +23,8 @@ export default [
|
|||
component: Main,
|
||||
meta: {
|
||||
Auth: true,
|
||||
Key: [11],
|
||||
Role: "registryEmployee",
|
||||
Key: "SYS_REGISTRY_EMP",
|
||||
Role: "STAFF",
|
||||
},
|
||||
},
|
||||
{
|
||||
|
|
@ -33,8 +33,8 @@ export default [
|
|||
component: DetailView,
|
||||
meta: {
|
||||
Auth: true,
|
||||
Key: [11],
|
||||
Role: "registryEmployee",
|
||||
Key: "SYS_REGISTRY_EMP",
|
||||
Role: "STAFF",
|
||||
},
|
||||
},
|
||||
// {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue