作者 xwp
1 个管道 的构建 通过 耗费 0 秒

排序调试

@@ -21,7 +21,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin @@ -21,7 +21,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
21 table.bootstrapTable({ 21 table.bootstrapTable({
22 url: $.fn.bootstrapTable.defaults.extend.index_url, 22 url: $.fn.bootstrapTable.defaults.extend.index_url,
23 pk: 'id', 23 pk: 'id',
24 - sortName: 'id', 24 + sortName: 'weigh',
25 search: true, 25 search: true,
26 showExport: false, 26 showExport: false,
27 commonSearch: false, 27 commonSearch: false,