参数配置排序

pull/4/head
RuoYi 2018-05-24 16:59:37 +08:00
parent 4c05b04889
commit 11e4c65372
2 changed files with 3 additions and 3 deletions

View File

@ -12,7 +12,7 @@
<i class="fa fa-trash-o"></i> 删除 <i class="fa fa-trash-o"></i> 删除
</button> </button>
</div> </div>
<table class="bootstrap-table" data-mobile-responsive="true"> <table class="bootstrap-table" data-mobile-responsive="true" data-sort-name="config_id" data-sort-order="asc">
</table> </table>
</div> </div>
<div th:include="include :: footer"></div> <div th:include="include :: footer"></div>