This commit is contained in:
haozq 2024-11-18 10:53:03 +08:00
commit f7683c007f
1 changed files with 4 additions and 4 deletions

View File

@ -150,16 +150,16 @@ function getPartDetails() {
$('#applyNum').html(obj.applyNum);
let suffix = "data:image/jpeg;base64,"
if(obj.lyUrl){
$('#lyUrl').html('<img src="' + (suffix + obj.lyUrl) + '">');
$('#lyUrl').html('<img src="' + (suffix + obj.lyUrl) + '" width="120px" height="50px">');
}
if(obj.zdUrl){
$('#zdUrl').html('<img src="' + (suffix + obj.zdUrl) + '">');
$('#zdUrl').html('<img src="' + (suffix + obj.zdUrl) + '" width="120px" height="50px">');
}
if(obj.ckUrl){
$('#lyUrl').html('<img src="' + (suffix + obj.ckUrl) + '">');
$('#ckUrl').html('<img src="' + (suffix + obj.ckUrl) + '" width="120px" height="50px">');
}
if(obj.shUrl){
$('#shUrl').html('<img src="' + (suffix + obj.shUrl) + '">');
$('#shUrl').html('<img src="' + (suffix + obj.shUrl) + '" width="120px" height="50px">');
}
setFileTable(obj.fileList);
if (objParam.type === '0') { // 设备