Commit 28caddc8 authored by 彭俊龙's avatar 彭俊龙

feat: 流程中心-移交方式增加移交部门主管选项

parent 1e346695
Pipeline #94771 failed with stages
......@@ -401,6 +401,14 @@ const ConfigNodeMsg = (props, ref) => {
</Tooltip>
</div>
</Radio>
<Radio value="移交部门主管">
<div style={{ display: 'flex', alignItems: 'center' }}>
移交部门主管
<Tooltip title="自动移交到当前处理人的部门主管">
<InfoCircleOutlined style={{ color: '#1890ff', marginLeft: '3px' }} />
</Tooltip>
</div>
</Radio>
</Radio.Group>
</Form.Item>
<Form.Item
......
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 to comment