Commit 55ed17cd authored by 涂伟's avatar 涂伟

fix: '节点配置首节点信息配置文案修改'

parent 67d2c03f
Pipeline #69148 passed with stages
......@@ -254,8 +254,8 @@ const ConfigNodeMsg = (props, ref) => {
{nodeMsg.NodeType === '20' || nodeMsg.NodeType === '21' || nodeMsg.NodeType === '22'
? '网关'
: nodeMsg.NodeType === '30'
? `子流程`
: `节点`}
? `子流程`
: `节点`}
信息
</Divider>
<div className={styles.titleBox}>
......@@ -291,8 +291,8 @@ const ConfigNodeMsg = (props, ref) => {
nodeMsg.NodeType === '20' || nodeMsg.NodeType === '21' || nodeMsg.NodeType === '22'
? '网关'
: nodeMsg.NodeType === '30'
? `流程`
: '节点'
? `流程`
: '节点'
}名称`}
name="NodeName"
rules={[{ required: true, message: '请输入名称' }]}
......@@ -404,9 +404,9 @@ const ConfigNodeMsg = (props, ref) => {
label={
editMsg.NodeType === '1' ? (
<div style={{ display: 'flex', alignItems: 'center' }}>
<Tooltip title="首节点的表必须包含事件编号和工单编号">
{/* <Tooltip title="首节点的表必须包含事件编号和工单编号">
<InfoCircleOutlined style={{ color: '#1890ff', marginLeft: '3px' }} />
</Tooltip>
</Tooltip> */}
节点表名
</div>
) : (
......
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