Commit 28e0a254 by 罗建民

feat:工作流状态和任务多选

parent eabef6b8
Showing with 4 additions and 4 deletions
...@@ -635,15 +635,15 @@ ...@@ -635,15 +635,15 @@
{ {
"width": 300, "width": 300,
"label": "工作流状态", "label": "工作流状态",
"type": "workflow_process_state", "type": "workflow_process_state_multi",
"field": "workflow_process_state", "field": "workflow_process_state_multi",
"workflowFilter": true "workflowFilter": true
}, },
{ {
"width": 300, "width": 300,
"label": "工作流任务", "label": "工作流任务",
"type": "workflow_process_task", "type": "workflow_process_task_multi",
"field": "workflow_process_task", "field": "workflow_process_task_multi",
"workflowFilter": true "workflowFilter": true
} }
], ],
......
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