fix: 优化工作流菜单权限
This commit is contained in:
parent
7c67618dce
commit
086df3e2e1
|
@ -5059,9 +5059,9 @@ export default [
|
||||||
"sortIndex": 7,
|
"sortIndex": 7,
|
||||||
"level": 2,
|
"level": 2,
|
||||||
"name": "已办事项",
|
"name": "已办事项",
|
||||||
"code": "process/me",
|
"code": "process/me/finished",
|
||||||
"describe": "",
|
"describe": "",
|
||||||
"url": "/workflow/me",
|
"url": "/workflow/me/finished",
|
||||||
"icon": "UpCircleOutlined",
|
"icon": "UpCircleOutlined",
|
||||||
showPage: ["process-runtime"],
|
showPage: ["process-runtime"],
|
||||||
"permissions": [
|
"permissions": [
|
||||||
|
|
Loading…
Reference in New Issue