代码还原
This commit is contained in:
parent
4193b5814a
commit
0de84be694
|
|
@ -360,9 +360,7 @@ function setData(data) {
|
|||
'" style="display: inline-block;text-align: center;width:150px">';
|
||||
htmlCompany +=
|
||||
'<img src="' +
|
||||
fileUrl +
|
||||
"/" +
|
||||
data.companyExamFilePath +
|
||||
(fileUrl + "/" + data.companyExamFilePath) +
|
||||
'" alt="" style="height: 80px;width: 80px;margin-right: 10px" class="layui-upload-img ">';
|
||||
htmlCompany += "</div>";
|
||||
$("#companyExamDemoProve").append(htmlCompany);
|
||||
|
|
@ -381,9 +379,7 @@ function setData(data) {
|
|||
'" style="display: inline-block;text-align: center;width:150px">';
|
||||
htmlDept +=
|
||||
'<img src="' +
|
||||
fileUrl +
|
||||
"/" +
|
||||
data.deptExamFilePath +
|
||||
(fileUrl + "/" + data.deptExamFilePath) +
|
||||
'" alt="" style="height: 80px;width: 80px;margin-right: 10px" class="layui-upload-img ">';
|
||||
htmlDept += "</div>";
|
||||
$("#deptExamDemoProve").append(htmlDept);
|
||||
|
|
@ -402,9 +398,7 @@ function setData(data) {
|
|||
'" style="display: inline-block;text-align: center;width:150px">';
|
||||
htmlTeam +=
|
||||
'<img src="' +
|
||||
fileUrl +
|
||||
"/" +
|
||||
data.teamExamFilePath +
|
||||
(fileUrl + "/" + data.deptExamFilePath) +
|
||||
'" alt="" style="height: 80px;width: 80px;margin-right: 10px" class="layui-upload-img ">';
|
||||
htmlTeam += "</div>";
|
||||
$("#teamExamDemoProve").append(htmlTeam);
|
||||
|
|
|
|||
Loading…
Reference in New Issue