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

fix: '隐藏补正'

parent 92e12492
Pipeline #64241 waiting for manual action with stages
...@@ -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: '800px', maxHeight: '780px',
overflow: 'scroll', overflow: 'scroll',
overflowX: 'hidden', overflowX: 'hidden',
}} }}
width="1800px" width="1800px"
style={{ marginTop: '-95px' }} style={{ marginTop: '-80px' }}
destroyOnClose destroyOnClose
maskClosable={false} maskClosable={false}
footer={ footer={
......
...@@ -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',
......
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