fix: 优化工作流菜单权限
This commit is contained in:
parent
1575690166
commit
6f169b327a
|
@ -4712,6 +4712,7 @@ export default [
|
||||||
"name": "表单",
|
"name": "表单",
|
||||||
"code": "process/form",
|
"code": "process/form",
|
||||||
"describe": "",
|
"describe": "",
|
||||||
|
"owner": "iot",
|
||||||
"url": "/workflow/form",
|
"url": "/workflow/form",
|
||||||
"icon": "UpCircleOutlined",
|
"icon": "UpCircleOutlined",
|
||||||
showPage: ["process-form"],
|
showPage: ["process-form"],
|
||||||
|
@ -4721,6 +4722,90 @@ export default [
|
||||||
"actions": [
|
"actions": [
|
||||||
"query"
|
"query"
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"permission": "role",
|
||||||
|
"actions": [
|
||||||
|
"query"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"permission": "role-group",
|
||||||
|
"actions": [
|
||||||
|
"query"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"permission": "user",
|
||||||
|
"actions": [
|
||||||
|
"query"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"permission": "user-third-party-manager",
|
||||||
|
"actions": [
|
||||||
|
"query"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"permission": "user-token",
|
||||||
|
"actions": [
|
||||||
|
"query"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"permission": "device-product",
|
||||||
|
"actions": [
|
||||||
|
"query"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"permission": "device-category",
|
||||||
|
"actions": [
|
||||||
|
"query"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"permission": "edge-product",
|
||||||
|
"actions": [
|
||||||
|
"query"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"permission": "dueros-product",
|
||||||
|
"actions": [
|
||||||
|
"query"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"permission": "device-gateway",
|
||||||
|
"actions": [
|
||||||
|
"query"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"permission": "device-msg-task",
|
||||||
|
"actions": [
|
||||||
|
"query"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"permission": "device-group",
|
||||||
|
"actions": [
|
||||||
|
"query"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"permission": "opc-point",
|
||||||
|
"actions": [
|
||||||
|
"query"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"permission": "device-mapping",
|
||||||
|
"actions": [
|
||||||
|
"query"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"accessSupport": {
|
"accessSupport": {
|
||||||
|
@ -4792,6 +4877,7 @@ export default [
|
||||||
"name": "流程模型",
|
"name": "流程模型",
|
||||||
"code": "process/model",
|
"code": "process/model",
|
||||||
"describe": "",
|
"describe": "",
|
||||||
|
"owner": "iot",
|
||||||
"url": "/workflow/model",
|
"url": "/workflow/model",
|
||||||
"icon": "UpCircleOutlined",
|
"icon": "UpCircleOutlined",
|
||||||
showPage: ["process-definition"],
|
showPage: ["process-definition"],
|
||||||
|
@ -4801,6 +4887,90 @@ export default [
|
||||||
"actions": [
|
"actions": [
|
||||||
"query"
|
"query"
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"permission": "role",
|
||||||
|
"actions": [
|
||||||
|
"query"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"permission": "role-group",
|
||||||
|
"actions": [
|
||||||
|
"query"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"permission": "user",
|
||||||
|
"actions": [
|
||||||
|
"query"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"permission": "user-third-party-manager",
|
||||||
|
"actions": [
|
||||||
|
"query"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"permission": "user-token",
|
||||||
|
"actions": [
|
||||||
|
"query"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"permission": "device-product",
|
||||||
|
"actions": [
|
||||||
|
"query"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"permission": "device-category",
|
||||||
|
"actions": [
|
||||||
|
"query"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"permission": "edge-product",
|
||||||
|
"actions": [
|
||||||
|
"query"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"permission": "dueros-product",
|
||||||
|
"actions": [
|
||||||
|
"query"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"permission": "device-gateway",
|
||||||
|
"actions": [
|
||||||
|
"query"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"permission": "device-msg-task",
|
||||||
|
"actions": [
|
||||||
|
"query"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"permission": "device-group",
|
||||||
|
"actions": [
|
||||||
|
"query"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"permission": "opc-point",
|
||||||
|
"actions": [
|
||||||
|
"query"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"permission": "device-mapping",
|
||||||
|
"actions": [
|
||||||
|
"query"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"accessSupport": {
|
"accessSupport": {
|
||||||
|
@ -4884,6 +5054,7 @@ export default [
|
||||||
"name": "流程实例",
|
"name": "流程实例",
|
||||||
"code": "process/instance",
|
"code": "process/instance",
|
||||||
"describe": "",
|
"describe": "",
|
||||||
|
"owner": "iot",
|
||||||
showPage: ["process-deployment"],
|
showPage: ["process-deployment"],
|
||||||
"url": "/workflow/instance",
|
"url": "/workflow/instance",
|
||||||
"icon": "UpCircleOutlined",
|
"icon": "UpCircleOutlined",
|
||||||
|
@ -4894,6 +5065,90 @@ export default [
|
||||||
"actions": [
|
"actions": [
|
||||||
"query"
|
"query"
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"permission": "role",
|
||||||
|
"actions": [
|
||||||
|
"query"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"permission": "role-group",
|
||||||
|
"actions": [
|
||||||
|
"query"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"permission": "user",
|
||||||
|
"actions": [
|
||||||
|
"query"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"permission": "user-third-party-manager",
|
||||||
|
"actions": [
|
||||||
|
"query"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"permission": "user-token",
|
||||||
|
"actions": [
|
||||||
|
"query"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"permission": "device-product",
|
||||||
|
"actions": [
|
||||||
|
"query"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"permission": "device-category",
|
||||||
|
"actions": [
|
||||||
|
"query"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"permission": "edge-product",
|
||||||
|
"actions": [
|
||||||
|
"query"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"permission": "dueros-product",
|
||||||
|
"actions": [
|
||||||
|
"query"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"permission": "device-gateway",
|
||||||
|
"actions": [
|
||||||
|
"query"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"permission": "device-msg-task",
|
||||||
|
"actions": [
|
||||||
|
"query"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"permission": "device-group",
|
||||||
|
"actions": [
|
||||||
|
"query"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"permission": "opc-point",
|
||||||
|
"actions": [
|
||||||
|
"query"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"permission": "device-mapping",
|
||||||
|
"actions": [
|
||||||
|
"query"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"accessSupport": {
|
"accessSupport": {
|
||||||
|
@ -4953,6 +5208,7 @@ export default [
|
||||||
"name": "发起流程",
|
"name": "发起流程",
|
||||||
"code": "process/initiate",
|
"code": "process/initiate",
|
||||||
"describe": "",
|
"describe": "",
|
||||||
|
"owner": "iot",
|
||||||
"url": "/workflow/initiate",
|
"url": "/workflow/initiate",
|
||||||
"icon": "UpOutlined",
|
"icon": "UpOutlined",
|
||||||
showPage: ["process-runtime"],
|
showPage: ["process-runtime"],
|
||||||
|
@ -4986,6 +5242,90 @@ export default [
|
||||||
"createAndStart",
|
"createAndStart",
|
||||||
"repeal"
|
"repeal"
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"permission": "role",
|
||||||
|
"actions": [
|
||||||
|
"query"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"permission": "role-group",
|
||||||
|
"actions": [
|
||||||
|
"query"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"permission": "user",
|
||||||
|
"actions": [
|
||||||
|
"query"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"permission": "user-third-party-manager",
|
||||||
|
"actions": [
|
||||||
|
"query"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"permission": "user-token",
|
||||||
|
"actions": [
|
||||||
|
"query"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"permission": "device-product",
|
||||||
|
"actions": [
|
||||||
|
"query"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"permission": "device-category",
|
||||||
|
"actions": [
|
||||||
|
"query"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"permission": "edge-product",
|
||||||
|
"actions": [
|
||||||
|
"query"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"permission": "dueros-product",
|
||||||
|
"actions": [
|
||||||
|
"query"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"permission": "device-gateway",
|
||||||
|
"actions": [
|
||||||
|
"query"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"permission": "device-msg-task",
|
||||||
|
"actions": [
|
||||||
|
"query"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"permission": "device-group",
|
||||||
|
"actions": [
|
||||||
|
"query"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"permission": "opc-point",
|
||||||
|
"actions": [
|
||||||
|
"query"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"permission": "device-mapping",
|
||||||
|
"actions": [
|
||||||
|
"query"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"accessSupport": {
|
"accessSupport": {
|
||||||
|
@ -5007,6 +5347,7 @@ export default [
|
||||||
"name": "待办事项",
|
"name": "待办事项",
|
||||||
"code": "process/me/todo",
|
"code": "process/me/todo",
|
||||||
"describe": "",
|
"describe": "",
|
||||||
|
"owner": "iot",
|
||||||
"url": "/workflow/me/todo",
|
"url": "/workflow/me/todo",
|
||||||
"icon": "UpCircleOutlined",
|
"icon": "UpCircleOutlined",
|
||||||
showPage: ["process-runtime"],
|
showPage: ["process-runtime"],
|
||||||
|
@ -5040,6 +5381,90 @@ export default [
|
||||||
"createAndStart",
|
"createAndStart",
|
||||||
"repeal"
|
"repeal"
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"permission": "role",
|
||||||
|
"actions": [
|
||||||
|
"query"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"permission": "role-group",
|
||||||
|
"actions": [
|
||||||
|
"query"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"permission": "user",
|
||||||
|
"actions": [
|
||||||
|
"query"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"permission": "user-third-party-manager",
|
||||||
|
"actions": [
|
||||||
|
"query"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"permission": "user-token",
|
||||||
|
"actions": [
|
||||||
|
"query"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"permission": "device-product",
|
||||||
|
"actions": [
|
||||||
|
"query"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"permission": "device-category",
|
||||||
|
"actions": [
|
||||||
|
"query"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"permission": "edge-product",
|
||||||
|
"actions": [
|
||||||
|
"query"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"permission": "dueros-product",
|
||||||
|
"actions": [
|
||||||
|
"query"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"permission": "device-gateway",
|
||||||
|
"actions": [
|
||||||
|
"query"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"permission": "device-msg-task",
|
||||||
|
"actions": [
|
||||||
|
"query"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"permission": "device-group",
|
||||||
|
"actions": [
|
||||||
|
"query"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"permission": "opc-point",
|
||||||
|
"actions": [
|
||||||
|
"query"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"permission": "device-mapping",
|
||||||
|
"actions": [
|
||||||
|
"query"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"accessSupport": {
|
"accessSupport": {
|
||||||
|
@ -5061,6 +5486,7 @@ export default [
|
||||||
"name": "已办事项",
|
"name": "已办事项",
|
||||||
"code": "process/me/finished",
|
"code": "process/me/finished",
|
||||||
"describe": "",
|
"describe": "",
|
||||||
|
"owner": "iot",
|
||||||
"url": "/workflow/me/finished",
|
"url": "/workflow/me/finished",
|
||||||
"icon": "UpCircleOutlined",
|
"icon": "UpCircleOutlined",
|
||||||
showPage: ["process-runtime"],
|
showPage: ["process-runtime"],
|
||||||
|
@ -5094,6 +5520,90 @@ export default [
|
||||||
"createAndStart",
|
"createAndStart",
|
||||||
"repeal"
|
"repeal"
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"permission": "role",
|
||||||
|
"actions": [
|
||||||
|
"query"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"permission": "role-group",
|
||||||
|
"actions": [
|
||||||
|
"query"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"permission": "user",
|
||||||
|
"actions": [
|
||||||
|
"query"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"permission": "user-third-party-manager",
|
||||||
|
"actions": [
|
||||||
|
"query"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"permission": "user-token",
|
||||||
|
"actions": [
|
||||||
|
"query"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"permission": "device-product",
|
||||||
|
"actions": [
|
||||||
|
"query"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"permission": "device-category",
|
||||||
|
"actions": [
|
||||||
|
"query"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"permission": "edge-product",
|
||||||
|
"actions": [
|
||||||
|
"query"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"permission": "dueros-product",
|
||||||
|
"actions": [
|
||||||
|
"query"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"permission": "device-gateway",
|
||||||
|
"actions": [
|
||||||
|
"query"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"permission": "device-msg-task",
|
||||||
|
"actions": [
|
||||||
|
"query"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"permission": "device-group",
|
||||||
|
"actions": [
|
||||||
|
"query"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"permission": "opc-point",
|
||||||
|
"actions": [
|
||||||
|
"query"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"permission": "device-mapping",
|
||||||
|
"actions": [
|
||||||
|
"query"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"accessSupport": {
|
"accessSupport": {
|
||||||
|
@ -5115,6 +5625,7 @@ export default [
|
||||||
"name": "我发起的",
|
"name": "我发起的",
|
||||||
"code": "process/me/initiate",
|
"code": "process/me/initiate",
|
||||||
"describe": "",
|
"describe": "",
|
||||||
|
"owner": "iot",
|
||||||
"url": "/workflow/me/initiate",
|
"url": "/workflow/me/initiate",
|
||||||
"icon": "UpCircleOutlined",
|
"icon": "UpCircleOutlined",
|
||||||
showPage: ["process-runtime"],
|
showPage: ["process-runtime"],
|
||||||
|
@ -5148,6 +5659,90 @@ export default [
|
||||||
"createAndStart",
|
"createAndStart",
|
||||||
"repeal"
|
"repeal"
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"permission": "role",
|
||||||
|
"actions": [
|
||||||
|
"query"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"permission": "role-group",
|
||||||
|
"actions": [
|
||||||
|
"query"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"permission": "user",
|
||||||
|
"actions": [
|
||||||
|
"query"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"permission": "user-third-party-manager",
|
||||||
|
"actions": [
|
||||||
|
"query"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"permission": "user-token",
|
||||||
|
"actions": [
|
||||||
|
"query"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"permission": "device-product",
|
||||||
|
"actions": [
|
||||||
|
"query"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"permission": "device-category",
|
||||||
|
"actions": [
|
||||||
|
"query"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"permission": "edge-product",
|
||||||
|
"actions": [
|
||||||
|
"query"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"permission": "dueros-product",
|
||||||
|
"actions": [
|
||||||
|
"query"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"permission": "device-gateway",
|
||||||
|
"actions": [
|
||||||
|
"query"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"permission": "device-msg-task",
|
||||||
|
"actions": [
|
||||||
|
"query"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"permission": "device-group",
|
||||||
|
"actions": [
|
||||||
|
"query"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"permission": "opc-point",
|
||||||
|
"actions": [
|
||||||
|
"query"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"permission": "device-mapping",
|
||||||
|
"actions": [
|
||||||
|
"query"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"accessSupport": {
|
"accessSupport": {
|
||||||
|
@ -5164,11 +5759,12 @@ export default [
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "3nkE-vCQb",
|
"path": "3nkE-vCQb",
|
||||||
"sortIndex": 10,
|
"sortIndex": 9,
|
||||||
"level": 2,
|
"level": 2,
|
||||||
"name": "抄送给我",
|
"name": "抄送给我",
|
||||||
"code": "process/me/cc",
|
"code": "process/me/cc",
|
||||||
"describe": "",
|
"describe": "",
|
||||||
|
"owner": "iot",
|
||||||
"url": "/workflow/me/cc",
|
"url": "/workflow/me/cc",
|
||||||
"icon": "BorderInnerOutlined",
|
"icon": "BorderInnerOutlined",
|
||||||
"status": 1,
|
"status": 1,
|
||||||
|
@ -5203,6 +5799,90 @@ export default [
|
||||||
"actions": [
|
"actions": [
|
||||||
"query"
|
"query"
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"permission": "role",
|
||||||
|
"actions": [
|
||||||
|
"query"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"permission": "role-group",
|
||||||
|
"actions": [
|
||||||
|
"query"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"permission": "user",
|
||||||
|
"actions": [
|
||||||
|
"query"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"permission": "user-third-party-manager",
|
||||||
|
"actions": [
|
||||||
|
"query"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"permission": "user-token",
|
||||||
|
"actions": [
|
||||||
|
"query"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"permission": "device-product",
|
||||||
|
"actions": [
|
||||||
|
"query"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"permission": "device-category",
|
||||||
|
"actions": [
|
||||||
|
"query"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"permission": "edge-product",
|
||||||
|
"actions": [
|
||||||
|
"query"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"permission": "dueros-product",
|
||||||
|
"actions": [
|
||||||
|
"query"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"permission": "device-gateway",
|
||||||
|
"actions": [
|
||||||
|
"query"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"permission": "device-msg-task",
|
||||||
|
"actions": [
|
||||||
|
"query"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"permission": "device-group",
|
||||||
|
"actions": [
|
||||||
|
"query"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"permission": "opc-point",
|
||||||
|
"actions": [
|
||||||
|
"query"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"permission": "device-mapping",
|
||||||
|
"actions": [
|
||||||
|
"query"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"accessSupport": {
|
"accessSupport": {
|
||||||
|
|
Loading…
Reference in New Issue