Commit 67d2c03f authored by 涂伟's avatar 涂伟

fix: '子流程节点描述文案修改'

parent b902cfc5
Pipeline #69147 waiting for manual action with stages
......@@ -260,7 +260,7 @@ const ConfigNodeMsg = (props, ref) => {
</Divider>
<div className={styles.titleBox}>
<p style={{ display: form?.getFieldValue('NodeType') === '30' ? 'block' : 'none' }}>
子流程:在流程流转过程中可以创建一个新的流程并执行,子流程结束后返回父流程继续运行。
在主流程流转过程中可以创建一个新的流程并执行,子流程结束后返回主流程继续运行。
</p>
{/* 条件网关 */}
<p style={{ display: form?.getFieldValue('NodeType') === '20' ? 'block' : 'none' }}>
......
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