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
d48fab7c
Commit
d48fab7c
authored
2 years ago
by
皮倩雯
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: '隐藏补正'
parent
92e12492
master
dev-database
dev-达梦
Pipeline
#64241
waiting for manual action with stages
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
24 additions
and
24 deletions
+24
-24
PerviewPrase.jsx
.../bsmanager/base/tablemanager/filedConfig/PerviewPrase.jsx
+2
-2
flowNode.jsx
src/pages/bsmanager/workOrder/workFlow/flowNode/flowNode.jsx
+22
-22
No files found.
src/pages/bsmanager/base/tablemanager/filedConfig/PerviewPrase.jsx
View file @
d48fab7c
...
@@ -42,12 +42,12 @@ const PerviewPrase = props => {
...
@@ -42,12 +42,12 @@ const PerviewPrase = props => {
bodyStyle=
{
{
bodyStyle=
{
{
width
:
'100%'
,
width
:
'100%'
,
minHeight
:
'200px'
,
minHeight
:
'200px'
,
maxHeight
:
'
80
0px'
,
maxHeight
:
'
78
0px'
,
overflow
:
'scroll'
,
overflow
:
'scroll'
,
overflowX
:
'hidden'
,
overflowX
:
'hidden'
,
}
}
}
}
width=
"1800px"
width=
"1800px"
style=
{
{
marginTop
:
'-
95
px'
}
}
style=
{
{
marginTop
:
'-
80
px'
}
}
destroyOnClose
destroyOnClose
maskClosable=
{
false
}
maskClosable=
{
false
}
footer=
{
footer=
{
...
...
This diff is collapsed.
Click to expand it.
src/pages/bsmanager/workOrder/workFlow/flowNode/flowNode.jsx
View file @
d48fab7c
...
@@ -233,23 +233,23 @@ const FlowNode = () => {
...
@@ -233,23 +233,23 @@ const FlowNode = () => {
),
),
},
},
{
//
{
title
:
'补正'
,
//
title: '补正',
dataIndex
:
'extendEditableLater'
,
//
dataIndex: 'extendEditableLater',
align
:
'center'
,
//
align: 'center',
width
:
80
,
//
width: 80,
render
:
(
text
,
record
)
=>
{
//
render: (text, record) => {
if
(
record
.
colorType
===
2
)
{
//
if (record.colorType === 2) {
return
<
span
style=
{
{
color
:
'red'
}
}
>
{
text
}
</
span
>;
//
return <span style={{ color: 'red' }}>{text}</span>;
}
//
}
if
(
text
==
'是'
)
{
//
if (text == '是') {
return
<
Tag
color=
"success"
>
{
text
}
</
Tag
>;
//
return <Tag color="success">{text}</Tag>;
}
//
}
if
(
text
==
'否'
)
{
//
if (text == '否') {
return
<
Tag
color=
"processing"
>
{
text
}
</
Tag
>;
//
return <Tag color="processing">{text}</Tag>;
}
//
}
},
//
},
},
//
},
{
{
title
:
'可退'
,
title
:
'可退'
,
dataIndex
:
'extendRollbackable'
,
dataIndex
:
'extendRollbackable'
,
...
@@ -431,11 +431,11 @@ const FlowNode = () => {
...
@@ -431,11 +431,11 @@ const FlowNode = () => {
align
:
'center'
,
align
:
'center'
,
width
:
100
,
width
:
100
,
},
},
{
//
{
title
:
'补正'
,
//
title: '补正',
align
:
'center'
,
//
align: 'center',
width
:
80
,
//
width: 80,
},
//
},
{
{
title
:
'可退'
,
title
:
'可退'
,
align
:
'center'
,
align
:
'center'
,
...
...
This diff is collapsed.
Click to expand it.
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