router修改
This commit is contained in:
parent
f81f1c17d3
commit
44d836cc79
|
@ -195,6 +195,7 @@ const routes = [
|
||||||
"meta": {
|
"meta": {
|
||||||
"title": "我创建的",
|
"title": "我创建的",
|
||||||
"icon": "el-icon-folder-add",
|
"icon": "el-icon-folder-add",
|
||||||
|
"perms": ["ownerwork"]
|
||||||
},
|
},
|
||||||
"component": "wf/ownerwork"
|
"component": "wf/ownerwork"
|
||||||
}
|
}
|
||||||
|
@ -206,6 +207,7 @@ const routes = [
|
||||||
"meta": {
|
"meta": {
|
||||||
"title": "待办工单",
|
"title": "待办工单",
|
||||||
"icon": "el-icon-folder-opened",
|
"icon": "el-icon-folder-opened",
|
||||||
|
"perms": ["duty"]
|
||||||
},
|
},
|
||||||
"component": "wf/dutywork"
|
"component": "wf/dutywork"
|
||||||
},
|
},
|
||||||
|
@ -215,6 +217,7 @@ const routes = [
|
||||||
"meta": {
|
"meta": {
|
||||||
"title": "我处理的",
|
"title": "我处理的",
|
||||||
"icon": "el-icon-expand",
|
"icon": "el-icon-expand",
|
||||||
|
"perms": ["worked"]
|
||||||
},
|
},
|
||||||
"component": "wf/worked"
|
"component": "wf/worked"
|
||||||
},
|
},
|
||||||
|
@ -224,6 +227,7 @@ const routes = [
|
||||||
"meta": {
|
"meta": {
|
||||||
"title": "抄送我的",
|
"title": "抄送我的",
|
||||||
"icon": "el-icon-edit-pen",
|
"icon": "el-icon-edit-pen",
|
||||||
|
"perms": ["ccwork"]
|
||||||
},
|
},
|
||||||
"component": "wf/ccwork"
|
"component": "wf/ccwork"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue