Compare commits
2 Commits
c4aab07e6b
...
a8dcb0ed65
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a8dcb0ed65 | ||
|
|
785a68103a |
@ -196,7 +196,7 @@ class SE063ShowPrint extends React.Component {
|
|||||||
<td colSpan={2} rowSpan={1} className={styles.fontBold}>签名</td>
|
<td colSpan={2} rowSpan={1} className={styles.fontBold}>签名</td>
|
||||||
<td colSpan={19} rowSpan={1} >
|
<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>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user