Commit c327c6f9 by 张蕴鹏

feat: intent

parent fb2f76fc
Showing with 78 additions and 55 deletions
...@@ -247,6 +247,61 @@ ...@@ -247,6 +247,61 @@
} }
}, },
{ {
"name": "exportTargetList3",
"label": "intent-导出-列表-全部页签-指定模板-示例参数",
"when": "1",
"container": "dialog",
"action": "exportTargetList",
"model": "Example1",
"parameters": {
"listName": "",
"pageName": "",
"template": "全部页面模板1",
"filters": {
"text_filters": [
{
"property": "name",
"status": "1",
"match": "exact"
}
]
},
"tagFilters": [
{
"tagGroup": "意向级别",
"tags": [
"找工作中"
],
"matchMode": "any",
"exclude": false,
"userHide": false,
"is_often": true
},
{
"tagGroup": "资料管理",
"tags": [],
"matchMode": "any",
"exclude": false,
"userHide": false,
"is_often": true
},
{
"tagGroup": "生育报销",
"tags": [],
"matchMode": "any",
"exclude": false,
"userHide": false,
"is_often": true
}
],
"sorts": [{
"property": "id",
"type": "desc"
}],
"prefilters": []
}
},
{
"name": "showWorkflowList", "name": "showWorkflowList",
"label": "intent-工作流列表", "label": "intent-工作流列表",
"container": "dialog", "container": "dialog",
...@@ -346,7 +401,10 @@ ...@@ -346,7 +401,10 @@
"field_groups": [ "field_groups": [
{ {
"label": "id", "label": "id",
"template": "{id}" "template": "{id}",
"tagGroups": [
"意向级别"
]
}, },
{ {
"label": "name", "label": "name",
...@@ -422,8 +480,8 @@ ...@@ -422,8 +480,8 @@
}, },
"lists": [ "lists": [
{ {
"name": "pageList", "name": "normal",
"label": "", "label": "正常列表",
"filters": [ "filters": [
{ {
"label": "status", "label": "status",
...@@ -448,7 +506,10 @@ ...@@ -448,7 +506,10 @@
"field_groups": [ "field_groups": [
{ {
"label": "id", "label": "id",
"template": "{id}" "template": "{id}",
"tagGroups": [
"意向级别"
]
}, },
{ {
"label": "name", "label": "name",
...@@ -477,57 +538,6 @@ ...@@ -477,57 +538,6 @@
"showList", "showList",
"showWorkflowList" "showWorkflowList"
], ],
"pages": [
{
"title": "测试page1",
"name": "page1",
"filters": [
{
"label": "status",
"field": "status",
"type": "number"
},
{
"label": "文本搜索",
"width": 450,
"fields": [
"name",
"other"
],
"hint": "name,other",
"type": "combo_text"
}
],
"field_groups": [
{
"label": "id",
"template": "{id}"
},
{
"label": "name",
"template": "{name}"
},
{
"label": "status",
"template": "{status}"
},
{
"label": "other",
"template": "{other}"
}
],
"intents": [
"showList",
"showWorkflowList"
],
"actions": [
"insert",
"startProcess"
],
"prefilters": [
]
}
],
"detail_action_visible": true, "detail_action_visible": true,
"log_action_visible": false "log_action_visible": false
} }
...@@ -610,5 +620,17 @@ ...@@ -610,5 +620,17 @@
{ {
"name": "test_list" "name": "test_list"
} }
],
"tagGroups": [
{
"name": "意向级别",
"isExclusive": true,
"tagField": "id"
},
{
"name": "资料管理",
"isExclusive": true,
"tagField": "id"
}
] ]
} }
\ No newline at end of file
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