相关方 - 相关方安全告知培训合格证头像对接目前后端格式
parent
6768b84644
commit
ee3ea210ea
|
@ -134,7 +134,7 @@ export default {
|
|||
})
|
||||
},
|
||||
getShowPicture(row) {
|
||||
if (row.PHOTO && row.PHOTO !== '' && (row.PHOTO.indexOf('.jpg') >= 0 || row.PHOTO.indexOf('.png') >= 0 || row.PHOTO.indexOf('.jpeg') >= 0)) {
|
||||
if (row.PHOTO && row.PHOTO != '' ) {
|
||||
return true
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue