Commit 3ae86c93 by 罗建民

feat:新增工作流名称和状态的筛选

parent de0f3fac
Showing with 15 additions and 0 deletions
...@@ -623,6 +623,21 @@ ...@@ -623,6 +623,21 @@
], ],
"hint": "name,other", "hint": "name,other",
"type": "combo_text" "type": "combo_text"
},
{
"width": 300,
"label": "工作流名称",
"type": "workflow_process_name",
"field": "workflow_process_name",
"workflowFilter": true,
"is_param": true
},
{
"width": 300,
"label": "工作流状态",
"type": "workflow_process_state",
"field": "workflow_process_state",
"workflowFilter": true
} }
], ],
"actions": [ "actions": [
......
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