Commit 74dfb4a4 by 张蕴鹏

feat(intent): intent execute 支持 on object

parent 8581c9b0
Showing with 35 additions and 4 deletions
......@@ -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",
"label": "intent-自身详情",
"container": "sidebar",
......@@ -572,12 +604,9 @@
],
"rowIntents": [
"executeActionOther1",
"executeActionOther",
"showDetail",
"openSideWorkflowDetail",
"addRemark",
"showRemarkList",
"showLogList"
"addRemark"
],
"intents": [
"executeAction",
......@@ -719,6 +748,8 @@
"delete"
],
"intents": [
"showListPlanListSidebar",
"showListPlanList",
"executeAction",
"showList",
"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