Commit bb3dad4d by 张蕴鹏

fix(工作流): 工作流返回详情页

parent 74dfb4a4
Showing with 5 additions and 3 deletions
...@@ -443,7 +443,7 @@ ...@@ -443,7 +443,7 @@
"prefilters": [ "prefilters": [
{ {
"property": "model_name", "property": "model_name",
"value": "'Example1'" "value": "Example1"
} }
] ]
} }
...@@ -603,6 +603,7 @@ ...@@ -603,6 +603,7 @@
"startPlanTask" "startPlanTask"
], ],
"rowIntents": [ "rowIntents": [
"executeActionOther",
"executeActionOther1", "executeActionOther1",
"showDetail", "showDetail",
"openSideWorkflowDetail", "openSideWorkflowDetail",
...@@ -854,7 +855,7 @@ ...@@ -854,7 +855,7 @@
"header": { "header": {
"field_groups": [ "field_groups": [
{ {
"label": "id", "label": "这是一个超级长的ID这是一个超级长的ID",
"template": "{id}" "template": "{id}"
}, },
{ {
...@@ -912,7 +913,8 @@ ...@@ -912,7 +913,8 @@
], ],
"workflowLists": [ "workflowLists": [
{ {
"name": "test_list" "name": "test_list",
"detailName": "detail1"
} }
], ],
"tagGroups": [ "tagGroups": [
......
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