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
1993ab59
Commit
1993ab59
authored
Nov 25, 2022
by
邓超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修改工作流编辑器样式
parent
8a815c51
Pipeline
#64545
passed with stages
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
4 deletions
+6
-4
NodeModal.jsx
...Edit/workFlowComponents/flowChartComponents/NodeModal.jsx
+2
-2
ConfigTimeLimit.jsx
...owChartComponents/nodeModalComponents/ConfigTimeLimit.jsx
+2
-1
ConfigView.jsx
...ts/flowChartComponents/nodeModalComponents/ConfigView.jsx
+2
-1
No files found.
src/pages/bsmanager/workOrder/workflowEdit/workFlowComponents/flowChartComponents/NodeModal.jsx
View file @
1993ab59
...
...
@@ -13,7 +13,7 @@ import ConfigTimeLimit from './nodeModalComponents/ConfigTimeLimit';
import
CongfigHeightMsg
from
'./nodeModalComponents/CongfigHeightMsg'
;
import
styles
from
'./NodeModal.less'
;
const
tabList
=
[
'常用配置'
,
'
高级配置'
,
'移交
配置'
];
const
tabList
=
[
'常用配置'
,
'
权限配置'
,
'高级
配置'
];
const
NodeModal
=
props
=>
{
const
{
flowData
,
onSubumit
,
editMsg
,
flowID
,
nodeChage
,
currentNode
,
afterNodes
}
=
props
;
const
[
activeConfig
,
setActiveConfig
]
=
useState
(
'常用配置'
);
...
...
@@ -182,7 +182,7 @@ const NodeModal = props => {
editMsg
.
NodeType
===
'21'
||
editMsg
.
NodeType
===
'22'
||
editMsg
.
NodeType
===
'30'
||
activeConfig
!==
'
移交
配置'
activeConfig
!==
'
权限
配置'
?
'none'
:
'block'
,
}
}
...
...
src/pages/bsmanager/workOrder/workflowEdit/workFlowComponents/flowChartComponents/nodeModalComponents/ConfigTimeLimit.jsx
View file @
1993ab59
...
...
@@ -108,9 +108,10 @@ const ConfigTimeLimit = (props, ref) => {
setViewModal
(
true
);
setModalType
(
'add'
);
}
}
style=
{
{
display
:
'flex'
,
alignItems
:
'center'
}
}
icon=
{
<
PlusOutlined
/>
}
>
新增
时限配置
时限配置
</
Button
>
</
div
>
<
Table
...
...
src/pages/bsmanager/workOrder/workflowEdit/workFlowComponents/flowChartComponents/nodeModalComponents/ConfigView.jsx
View file @
1993ab59
...
...
@@ -115,9 +115,10 @@ const ConfigView = (props, ref) => {
setViewModal
(
true
);
setModalType
(
'add'
);
}
}
style=
{
{
display
:
'flex'
,
alignItems
:
'center'
}
}
icon=
{
<
PlusOutlined
/>
}
>
新增
辅助视图
辅助视图
</
Button
>
</
div
>
<
Table
...
...
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