Commit 106ce84b by 张蕴鹏

intent-demo

parent 20f7a929
Showing with 113 additions and 0 deletions
......@@ -301,6 +301,119 @@
"detail_action_visible": true,
"log_action_visible": false
},
"lists": [
{
"name": "pageList",
"label": "",
"filters": [
{
"label": "status",
"field": "status",
"type": "number"
},
{
"label": "文本搜索",
"width": 450,
"fields": [
"name",
"other"
],
"hint": "name,other",
"type": "combo_text"
}
],
"actions": [
"insert",
"startProcess"
],
"field_groups": [
{
"label": "id",
"template": "{id}"
},
{
"label": "name",
"template": "{name}"
},
{
"label": "status",
"template": "{status}"
},
{
"label": "other",
"template": "{other}"
}
],
"row_actions": [
"update"
],
"rowIntents": [
"showDetail",
"openSideWorkflowDetail",
"addRemark",
"showRemarkList",
"showLogList"
],
"intents": [
"showList",
"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,
"log_action_visible": false
}
],
"detail": {
"label": "",
"title_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