Commit 20b1f17e authored by 涂伟's avatar 涂伟

fix: '流程配置结束节点新增转办按钮'

parent f542e390
Pipeline #86844 passed with stages
......@@ -142,7 +142,7 @@ const ConfigOperate = (props, ref) => {
marginBottom: '0',
padding: '2px',
borderBottom: '1px solid #ccc',
display: editMsg.NodeType === '0' ? 'flex' : 'none',
display: editMsg.NodeType === '0' || editMsg.NodeType === '2' ? 'flex' : 'none',
}}
label={
<div style={{ display: 'flex', alignItems: 'center' }}>
......
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