Commit a0e9e2b3 by 张蕴鹏

feat: intent

parent f3b2e1af
Showing with 56 additions and 5 deletions
......@@ -159,13 +159,23 @@
}
},
{
"name": "exportList",
"label": "intent-导出-列表",
"name": "exportTargetList",
"label": "intent-导出-列表-指定page模板",
"when": "1",
"container": "dialog",
"action": "exportList",
"model": "Example1",
"parameters": {
"listName": "list1",
"listName": "",
"pageName": "page1",
"template": "",
"filters": [
{
"property": "status",
"type": "text",
"defaultValue": "1"
}
],
"prefilters": []
}
},
......@@ -298,6 +308,48 @@
"showList",
"showWorkflowList"
],
"pages": [
{
"name": "page1",
"title": "page1",
"prefilters": [
{
"property": "status",
"value": "1"
}
],
"field_groups": [
{
"label": "id",
"template": "{id}"
},
{
"label": "name",
"template": "{name}"
}
]
},
{
"name": "page2",
"title": "page2",
"prefilters": [
{
"property": "status",
"value": "0"
}
],
"field_groups": [
{
"label": "id",
"template": "{id}"
},
{
"label": "name",
"template": "{name}"
}
]
}
],
"detail_action_visible": true,
"log_action_visible": false
},
......@@ -406,7 +458,6 @@
"startProcess"
],
"prefilters": [
]
}
],
......@@ -423,7 +474,7 @@
"intents": [
"showList",
"showWorkflowList",
"exportList",
"exportTargetList",
"exportDetail",
"exportWorkflowList"
],
......
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