Commit 74dfb4a4 by 张蕴鹏

feat(intent): intent execute 支持 on object

parent 8581c9b0
Showing with 35 additions and 4 deletions
...@@ -417,6 +417,38 @@ ...@@ -417,6 +417,38 @@
} }
}, },
{ {
"name": "showListPlanListSidebar",
"label": "intent-计划任务-侧滑",
"container": "sidebar",
"action": "showList",
"model": "uniplat_process_instance@intent_example",
"parameters": {
"listName": "planList",
"prefilters": [
{
"property": "model_name",
"value": "'Example2'"
}
]
}
},
{
"name": "showListPlanList",
"label": "intent-计划任务-弹窗",
"container": "dialog",
"action": "showList",
"model": "uniplat_process_instance@intent_example",
"parameters": {
"listName": "planList",
"prefilters": [
{
"property": "model_name",
"value": "'Example1'"
}
]
}
},
{
"name": "showDetail", "name": "showDetail",
"label": "intent-自身详情", "label": "intent-自身详情",
"container": "sidebar", "container": "sidebar",
...@@ -572,12 +604,9 @@ ...@@ -572,12 +604,9 @@
], ],
"rowIntents": [ "rowIntents": [
"executeActionOther1", "executeActionOther1",
"executeActionOther",
"showDetail", "showDetail",
"openSideWorkflowDetail", "openSideWorkflowDetail",
"addRemark", "addRemark"
"showRemarkList",
"showLogList"
], ],
"intents": [ "intents": [
"executeAction", "executeAction",
...@@ -719,6 +748,8 @@ ...@@ -719,6 +748,8 @@
"delete" "delete"
], ],
"intents": [ "intents": [
"showListPlanListSidebar",
"showListPlanList",
"executeAction", "executeAction",
"showList", "showList",
"showWorkflowList", "showWorkflowList",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment