Browse Source

名字调整

hanzhen 3 years ago
parent
commit
6c0743195e
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/main/resources/static/page/archive/show.html

+ 2 - 2
src/main/resources/static/page/archive/show.html

@@ -102,7 +102,7 @@
                         <td colspan="3" id="remarks"></td>
                         <td colspan="3" id="remarks"></td>
                     </tr>
                     </tr>
                     <tr id="uploadFileId">
                     <tr id="uploadFileId">
-                        <th width="40px">下载:</th>
+                        <th width="40px">附件:</th>
                         <td colspan="3" id="uploadFile"></td>
                         <td colspan="3" id="uploadFile"></td>
                     </tr>
                     </tr>
                 </table>
                 </table>
@@ -170,7 +170,7 @@
                         $("#files").hide();
                         $("#files").hide();
                         $("#pdf_yl").removeClass();
                         $("#pdf_yl").removeClass();
                         $("#pdf_yl").addClass("layui-col-md12");
                         $("#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);
                         $("#uploadFile").html(uploadPdf);
                         dataList.push(obj);
                         dataList.push(obj);
                     } else {
                     } else {