|
|
@@ -102,7 +102,7 @@
|
|
|
<td colspan="3" id="remarks"></td>
|
|
|
</tr>
|
|
|
<tr id="uploadFileId">
|
|
|
- <th width="40px">下载:</th>
|
|
|
+ <th width="40px">附件:</th>
|
|
|
<td colspan="3" id="uploadFile"></td>
|
|
|
</tr>
|
|
|
</table>
|
|
|
@@ -170,7 +170,7 @@
|
|
|
$("#files").hide();
|
|
|
$("#pdf_yl").removeClass();
|
|
|
$("#pdf_yl").addClass("layui-col-md12");
|
|
|
- let uploadPdf = '<a style="text-align: right;color:#9ef5f9;" download="' + obj.fileName + '" href="' + 'http://66.1.21.158:9091' + obj.filePath + obj.fileName + '">预览</a>';
|
|
|
+ let uploadPdf = '<a style="text-align: right;color:#9ef5f9;" download="' + obj.fileName + '" href="' + 'http://66.1.21.158:9091' + obj.filePath + obj.fileName + '">下载</a>';
|
|
|
$("#uploadFile").html(uploadPdf);
|
|
|
dataList.push(obj);
|
|
|
} else {
|