Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
CivManage
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ReactWeb5
CivManage
Commits
55ed17cd
Commit
55ed17cd
authored
Mar 14, 2023
by
涂伟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: '节点配置首节点信息配置文案修改'
parent
67d2c03f
Pipeline
#69148
passed with stages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
ConfigNodeMsg.jsx
...flowChartComponents/nodeModalComponents/ConfigNodeMsg.jsx
+6
-6
No files found.
src/pages/bsmanager/workOrder/workflowEdit/workFlowComponents/flowChartComponents/nodeModalComponents/ConfigNodeMsg.jsx
View file @
55ed17cd
...
...
@@ -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
>
)
:
(
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment