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