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
657b7168
Commit
657b7168
authored
Apr 07, 2025
by
涂伟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: '子流程配置文案优化'
parent
0269ca50
Pipeline
#96732
failed with stages
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
7 deletions
+11
-7
ConfigSubprocess.jsx
...wChartComponents/nodeModalComponents/ConfigSubprocess.jsx
+11
-7
No files found.
src/pages/bsmanager/workOrder/workflowEdit/workFlowComponents/flowChartComponents/nodeModalComponents/ConfigSubprocess.jsx
View file @
657b7168
...
@@ -179,14 +179,14 @@ const ConfigSubprocess = (props, ref) => {
...
@@ -179,14 +179,14 @@ const ConfigSubprocess = (props, ref) => {
))}
))}
</Select>
</Select>
</Form.Item>
</Form.Item>
<Form.Item label={(<div>子流程自动提交<Tooltip title='选择"否",系统仅创建子流程表单;选择"是",系统创建子流程表单并自动提交,进入子流程下一节点' >
<Form.Item label={(<div>子流程
发起后
自动提交<Tooltip title='选择"否",系统仅创建子流程表单;选择"是",系统创建子流程表单并自动提交,进入子流程下一节点' >
<QuestionCircleOutlined />
<QuestionCircleOutlined />
</Tooltip></div>)} name="IsHandoverFirstNode"
</Tooltip></div>)} name="IsHandoverFirstNode"
labelCol={{
labelCol={{
span: 1
2
,
span: 1
4
,
}}
}}
wrapperCol={{
wrapperCol={{
span: 1
2
,
span: 1
0
,
}}>
}}>
<Radio.Group
<Radio.Group
style={{ 'display': 'flex' }}
style={{ 'display': 'flex' }}
...
@@ -194,17 +194,21 @@ const ConfigSubprocess = (props, ref) => {
...
@@ -194,17 +194,21 @@ const ConfigSubprocess = (props, ref) => {
{
{
value: 1,
value: 1,
label: (
label: (
<div>是<Tooltip title='子流程发起后,当前流程立即进入下一节点' >
<div>是
{/* <Tooltip title='子流程发起后,当前流程立即进入下一节点' >
<QuestionCircleOutlined />
<QuestionCircleOutlined />
</Tooltip></div>
</Tooltip> */}
</div>
),
),
},
},
{
{
value: 0,
value: 0,
label: (
label: (
<div>否<Tooltip title='子流程结束后,当前流程才进入下一节点' >
<div>否
{/* <Tooltip title='子流程结束后,当前流程才进入下一节点' >
<QuestionCircleOutlined />
<QuestionCircleOutlined />
</Tooltip></div>
</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