@@ -75,6 +75,8 @@
var tableIns = TableRender.init({
elem: '#tableList',
url: Config.api.operLog.page,
+ page: true,
+ limits: [10, 20, 50, 100],
cols: [[
{ field: 'type', title: '操作类型', width: 150 },
{ field: 'title', title: '操作模块', width: 200 },
@@ -74,6 +74,8 @@
url: Config.api.role.page,
{ type: 'checkbox', fixed: 'left' },
{ field: 'roleName', title: '角色名称', width: 150 },
@@ -100,6 +100,8 @@
url: Config.api.user.page,
{ field: 'account', title: '账号', width: 120 },