bug修复
This commit is contained in:
parent
0de84be694
commit
34a70680ef
File diff suppressed because it is too large
Load Diff
|
|
@ -398,7 +398,7 @@ function setData(data) {
|
|||
'" style="display: inline-block;text-align: center;width:150px">';
|
||||
htmlTeam +=
|
||||
'<img src="' +
|
||||
(fileUrl + "/" + data.deptExamFilePath) +
|
||||
(fileUrl + "/" + data.teamExamFilePath) +
|
||||
'" alt="" style="height: 80px;width: 80px;margin-right: 10px" class="layui-upload-img ">';
|
||||
htmlTeam += "</div>";
|
||||
$("#teamExamDemoProve").append(htmlTeam);
|
||||
|
|
|
|||
Loading…
Reference in New Issue