Commit bd40fbcb by 张蕴鹏

feat: intent

parent 635219f7
Showing with 16 additions and 3 deletions
...@@ -149,13 +149,26 @@ ...@@ -149,13 +149,26 @@
} }
}, },
{ {
"name": "exportDetail", "name": "exportTargetPivot",
"label": "intent-导出-透视图",
"container": "dialog",
"action": "exportTargetPivot",
"model": "Example1",
"parameters": {
"id": "{{object.id.value}}",
"pivotName": "detail1"
}
},
{
"name": "exportTargetDetail",
"label": "intent-导出-详情", "label": "intent-导出-详情",
"container": "dialog", "container": "dialog",
"action": "exportDetail", "action": "exportTargetDetail",
"model": "Example1", "model": "Example1",
"parameters": { "parameters": {
"detailName": "detail1" "id": "{{object.id.value}}",
"detailName": "detail1",
"template": ""
} }
}, },
{ {
......
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