feat:分页问题修改

pg_adapter
wangxy 9 months ago
parent 5ecc0db092
commit 9a549f4fc8

@ -235,13 +235,13 @@
</div>
<div class="row">
<div class="form-group">
<label class="col-sm-2 control-label">保密协议签订书:</label>
<label class="col-sm-2 control-label is-required">保密协议签订书:</label>
<br/>
<div class="fileinput fileinput-new" data-provides="fileinput">
<span class="btn btn-white btn-file">
<span class="fileinput-new">选择文件</span>
<span class="fileinput-exists">更改</span>
<input type="file" id="fileUrlId" name="...">
<input type="file" id="fileUrlId" name="..." required>
<input type="hidden" id="fileUrl" name="confAgreement">
<input type="hidden" id="fileName" name="confName">
</span>

@ -203,14 +203,14 @@
</div>
<div class="row">
<div class="form-group">
<label class="col-sm-2 control-label">文件上传</label>
<label class="col-sm-2 control-label is-required">保密协议签订书</label>
<br/>
<div class="fileinput fileinput-new" data-provides="fileinput">
<span class="btn btn-white btn-file">
<span class="fileinput-new">选择文件</span>
<span class="fileinput-exists">更改</span>
<input type="file" id="fileUrlId" name="...">
<input type="hidden" id="fileUrl" name="confAgreement" th:field="*{confAgreement}">
<input type="file" id="fileUrlId" name="..." >
<input type="hidden" id="fileUrl" name="confAgreement" th:field="*{confAgreement}" >
<input type="hidden" id="fileName" name="confName" th:field="*{confName}">
</span>
<span class="fileinput-filename">[[*{confName}]]</span>

Loading…
Cancel
Save