Compare commits
No commits in common. "2a18728085861bd3241793a70833b1faa27234fe" and "500866cc40d6dba659952ae7f0a9dc9456d01ccd" have entirely different histories.
2a18728085
...
500866cc40
@ -232,13 +232,8 @@ class SK014ShowPrint extends React.Component {
|
||||
<Descriptions.Item label="整改责任人签名">{
|
||||
data.Nav_ReportDetails?.map((item, i) => {
|
||||
if (item && item.ISCHECK) {
|
||||
return <img style={{ margin: "0 0 0 8px", width: '150px' }} alt={item.Nav_RecitifyUser?.NAME} src={config.picServerHost + item.Nav_RecitifyUser?.FILE_PATH} />
|
||||
|
||||
}else
|
||||
{
|
||||
return <img style={{ margin: "0 0 0 8px", width: '150px' }} title={item.Nav_RecitifyUser?.NAME} />
|
||||
showUserSign(item.Nav_RecitifyUser, config.picServerHost)
|
||||
}
|
||||
|
||||
})
|
||||
}</Descriptions.Item>
|
||||
</Descriptions>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user