Showing
1 changed file
with
1 additions
and
1 deletions
@@ -959,7 +959,7 @@ layui.define(['laytpl', 'laypage', 'layer', 'form', 'util', 'sessions', 'common' | @@ -959,7 +959,7 @@ layui.define(['laytpl', 'laypage', 'layer', 'form', 'util', 'sessions', 'common' | ||
959 | elem: 'layui-table-page' + options.index | 959 | elem: 'layui-table-page' + options.index |
960 | , count: count | 960 | , count: count |
961 | , limit: options.limit | 961 | , limit: options.limit |
962 | - , limits: [10, 20, 30, 40, 50, 100,200] | 962 | + , limits: [10, 20, 50, 100, 200, 300, 400] |
963 | , groups: 3 | 963 | , groups: 3 |
964 | , layout: ['prev', 'page', 'next', 'skip', 'count', 'limit'] | 964 | , layout: ['prev', 'page', 'next', 'skip', 'count', 'limit'] |
965 | , prev: '<i class="layui-icon"></i>' | 965 | , prev: '<i class="layui-icon"></i>' |
-
Please register or login to post a comment