拆分表格插件,按需引入

This commit is contained in:
RuoYi
2020-07-13 20:42:43 +08:00
parent 7d1b67a8b7
commit c8b42c5b82
5 changed files with 16 additions and 6 deletions

View File

@ -12,6 +12,7 @@
</div>
</div>
<div th:include="include :: footer"></div>
<th:block th:include="include :: bootstrap-table-export-js" />
<script th:inline="javascript">
var prefix = ctx + "demo/table";
var datas = [[${@dict.getType('sys_normal_disable')}]];

View File

@ -23,6 +23,7 @@
</div>
</div>
<div th:include="include :: footer"></div>
<th:block th:include="include :: bootstrap-table-fixed-columns-js" />
<script th:inline="javascript">
var prefix = ctx + "demo/table";
var datas = [[${@dict.getType('sys_normal_disable')}]];