bug修复

This commit is contained in:
BianLzhaoMin 2025-02-26 16:54:44 +08:00
parent 0de84be694
commit 34a70680ef
2 changed files with 1195 additions and 958 deletions

View File

@ -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);