检查任务制定 查看页面 显示 取消原因
This commit is contained in:
parent
fe89c59481
commit
0bfaad1e68
@ -226,7 +226,9 @@ class BS032ShowPrint extends React.Component {
|
||||
return <a width={'20%'} title={item.Nav_ImgFile.FILE_NAME} target='_blank' href={config.picServerHost + item.Nav_ImgFile.Nav_File.FILE_PATH} >{item.Nav_ImgFile.FILE_NAME} </a>
|
||||
})
|
||||
}</Descriptions.Item>
|
||||
|
||||
{
|
||||
data.STATUSPLAN == 1 ? <Descriptions.Item span={2} label="取消原因"><a style={{ color: 'red' }}>{data.REMARK_CANCEL}</a></Descriptions.Item> : null
|
||||
}
|
||||
</Descriptions>
|
||||
</div> : null
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user