Skip to content

Commit

Permalink
提交审核页面审核结果展示不做分页处理
Browse files Browse the repository at this point in the history
慢日志导出格式不做限制
  • Loading branch information
hhyo authored and 李环焕 committed Apr 13, 2018
1 parent 2a19e4d commit 11a1525
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions sql/static/slowquery.html
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,6 @@
showRefresh: true, //是否显示刷新按钮
showExport: true,
exportDataType: "all",
exportTypes: ['csv', 'txt'],
minimumCountColumns: 2, //最少允许的列数
clickToSelect: true, //是否启用点击选中行
uniqueId: "id", //每一行的唯一标识,一般为主键列
Expand Down Expand Up @@ -377,7 +376,6 @@
showRefresh: true, //是否显示刷新按钮
showExport: true,
exportDataType: "all",
exportTypes: ['csv', 'txt'],
minimumCountColumns: 2, //最少允许的列数
clickToSelect: true, //是否启用点击选中行
uniqueId: "id", //每一行的唯一标识,一般为主键列
Expand Down
2 changes: 1 addition & 1 deletion sql/static/user/js/autoreview.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ function autoreview() {
sortable: true, //是否启用排序
//sortOrder: "desc", //排序方式
//sortName: 'errormessage', //排序字段
pagination: true, //是否显示分页(*)
pagination: false, //是否显示分页(*)
sidePagination: "client", //分页方式:client客户端分页,server服务端分页(*)
pageNumber: 1, //初始化加载第一页,默认第一页,并记录
pageSize: 500, //每页的记录行数(*)
Expand Down

0 comments on commit 11a1525

Please sign in to comment.