Commit d48fab7c authored by 皮倩雯's avatar 皮倩雯

fix: '隐藏补正'

parent 92e12492
Pipeline #64241 waiting for manual action with stages
......@@ -42,12 +42,12 @@ const PerviewPrase = props => {
bodyStyle={{
width: '100%',
minHeight: '200px',
maxHeight: '800px',
maxHeight: '780px',
overflow: 'scroll',
overflowX: 'hidden',
}}
width="1800px"
style={{ marginTop: '-95px' }}
style={{ marginTop: '-80px' }}
destroyOnClose
maskClosable={false}
footer={
......
......@@ -233,23 +233,23 @@ const FlowNode = () => {
),
},
{
title: '补正',
dataIndex: 'extendEditableLater',
align: 'center',
width: 80,
render: (text, record) => {
if (record.colorType === 2) {
return <span style={{ color: 'red' }}>{text}</span>;
}
if (text == '是') {
return <Tag color="success">{text}</Tag>;
}
if (text == '否') {
return <Tag color="processing">{text}</Tag>;
}
},
},
// {
// title: '补正',
// dataIndex: 'extendEditableLater',
// align: 'center',
// width: 80,
// render: (text, record) => {
// if (record.colorType === 2) {
// return <span style={{ color: 'red' }}>{text}</span>;
// }
// if (text == '是') {
// return <Tag color="success">{text}</Tag>;
// }
// if (text == '否') {
// return <Tag color="processing">{text}</Tag>;
// }
// },
// },
{
title: '可退',
dataIndex: 'extendRollbackable',
......@@ -431,11 +431,11 @@ const FlowNode = () => {
align: 'center',
width: 100,
},
{
title: '补正',
align: 'center',
width: 80,
},
// {
// title: '补正',
// align: 'center',
// width: 80,
// },
{
title: '可退',
align: 'center',
......
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