Browse Source

查看预览

lxp 1 year ago
parent
commit
b9044b8513
1 changed files with 4 additions and 0 deletions
  1. 4 0
      yinet-admin/src/main/resources/templates/rlzy/apply/edit.html

+ 4 - 0
yinet-admin/src/main/resources/templates/rlzy/apply/edit.html

@@ -124,6 +124,8 @@
                         <label class="col-sm-4 control-label">文件:</label>
                         <div class="col-sm-8">
                             <img  style="width: 300px;height: 200px" th:src="*{file}" >
+                            <br>
+                            <a th:href="*{file}" style="margin-top: 10px;margin-left: 120px;" target="_blank">点击查看</a>
                         </div>
                     </div>
                 </div>
@@ -132,6 +134,8 @@
                         <label class="col-sm-4 control-label">承诺书:</label>
                         <div class="col-sm-8">
                             <img  style="width: 300px;height: 200px" th:src="*{chengnuoshu}" >
+                            <br>
+                            <a th:href="*{chengnuoshu}" style="margin-top: 10px;margin-left: 120px;" target="_blank">点击查看</a>
                         </div>
                     </div>
                 </div>