liyinglin 2 years ago
parent c88f26f710
commit d3f8fdf34b

@ -40,6 +40,7 @@
<button class="btn btn-primary ml-1" type="button" onclick="doExport(this)">导出</button>
</form>
</div>
<div style="width: 1000px">
<table class="table table-bordered" id="data-table">
<thead>
<tr>
@ -126,6 +127,7 @@
@endforeach
</tbody>
</table>
</div>
@include("public._pages")
</div>

Loading…
Cancel
Save