Commit 74e4d7f3 by 张蕴鹏

feat: action

parent 2e508714
Showing with 78 additions and 0 deletions
......@@ -718,6 +718,84 @@
}
]
},
"details": [
{
"name": "detail1",
"label": "",
"title_template": "",
"actions": [
"delete"
],
"intents": [
"showList",
"showWorkflowList",
"exportTargetList",
"exportTargetList1",
"exportTargetList2",
"exportTargetList3",
"exportTargetDetail",
"exportTargetDetail1",
"exportWorkflowList"
],
"header": {
"field_groups": [
{
"label": "id",
"template": "{id}"
},
{
"label": "name",
"template": "{name}"
},
{
"label": "status",
"template": "{status}"
},
{
"label": "other",
"template": "{other}"
}
],
"actions": [
"update"
]
},
"pages": [
{
"name": "detail_page_1",
"label": "数据明细页1",
"sections": [
{
"label": "块头标题",
"field_groups": [
{
"label": "id",
"template": "{id}"
},
{
"label": "name",
"template": "{name}"
},
{
"label": "status",
"template": "{status}"
},
{
"label": "other",
"template": "{other}"
}
],
"page_groups": [],
"actions": [
"update",
"delete"
]
}
]
}
]
}
],
"workflowLists": [
{
"name": "test_list"
......
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