Merge branch 'master' of http://121.41.2.71:3000/wyw/mh_jy_safe_web
This commit is contained in:
commit
a8aca1343e
@ -196,7 +196,7 @@ class SE063ShowPrint extends React.Component {
|
||||
<td colSpan={2} rowSpan={1} className={styles.fontBold}>签名</td>
|
||||
<td colSpan={19} rowSpan={1} >
|
||||
{
|
||||
it.Nav_User.FILE_PATH.length > 0 && it.STATUS == 1 ? <img width={'150px'} alt={it.Nav_User.NAME} src={config.picServerHost + it.Nav_User?.FILE_PATH} /> : <img width={'150px'} alt={it.Nav_User.NAME} />
|
||||
it.Nav_User && it.Nav_User.FILE_PATH && it.Nav_User.FILE_PATH.length > 0 && it.STATUS == 1 ? <img width={'150px'} alt={it.Nav_User.NAME} src={config.picServerHost + it.Nav_User?.FILE_PATH} /> : <img width={'150px'} alt={it.Nav_User.NAME} />
|
||||
}
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user