新增表格打印配置插件

This commit is contained in:
RuoYi
2020-07-29 19:27:56 +08:00
parent 25022bfef2
commit 2651383ab2
5 changed files with 108 additions and 0 deletions

View File

@ -200,3 +200,8 @@
<div th:fragment="bootstrap-table-auto-refresh-js">
<script th:src="@{/ajax/libs/bootstrap-table/extensions/auto-refresh/bootstrap-table-auto-refresh.min.js?v=20200729}"></script>
</div>
<!-- 表格打印插件 -->
<div th:fragment="bootstrap-table-print-js">
<script th:src="@{/ajax/libs/bootstrap-table/extensions/print/bootstrap-table-print.min.js?v=20200729}"></script>
</div>