fix: 优化初始化流程引擎菜单数据权限
This commit is contained in:
parent
35db2f350e
commit
858f6ae275
|
@ -4633,7 +4633,7 @@ export default [
|
||||||
"sortIndex": 6,
|
"sortIndex": 6,
|
||||||
"level": 1,
|
"level": 1,
|
||||||
"owner": "iot",
|
"owner": "iot",
|
||||||
"name": "工作流",
|
"name": "流程引擎",
|
||||||
"code": "process",
|
"code": "process",
|
||||||
"url": "/workflow",
|
"url": "/workflow",
|
||||||
"icon": "MenuUnfoldOutlined",
|
"icon": "MenuUnfoldOutlined",
|
||||||
|
@ -5240,7 +5240,8 @@ export default [
|
||||||
"claim",
|
"claim",
|
||||||
"complete",
|
"complete",
|
||||||
"createAndStart",
|
"createAndStart",
|
||||||
"repeal"
|
"repeal",
|
||||||
|
"query"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -5379,7 +5380,8 @@ export default [
|
||||||
"claim",
|
"claim",
|
||||||
"complete",
|
"complete",
|
||||||
"createAndStart",
|
"createAndStart",
|
||||||
"repeal"
|
"repeal",
|
||||||
|
"query"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -5518,7 +5520,8 @@ export default [
|
||||||
"claim",
|
"claim",
|
||||||
"complete",
|
"complete",
|
||||||
"createAndStart",
|
"createAndStart",
|
||||||
"repeal"
|
"repeal",
|
||||||
|
"query"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -5657,7 +5660,8 @@ export default [
|
||||||
"claim",
|
"claim",
|
||||||
"complete",
|
"complete",
|
||||||
"createAndStart",
|
"createAndStart",
|
||||||
"repeal"
|
"repeal",
|
||||||
|
"query"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -5785,7 +5789,8 @@ export default [
|
||||||
"claim",
|
"claim",
|
||||||
"complete",
|
"complete",
|
||||||
"createAndStart",
|
"createAndStart",
|
||||||
"repeal"
|
"repeal",
|
||||||
|
"query"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue