refactor: 健康检查移除分页显示

This commit is contained in:
Argo Zhang 2019-10-08 13:21:30 +08:00
parent e23824c878
commit 9cc80af6cf
No known key found for this signature in database
GPG Key ID: 152E398953DDF19F
1 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@
}; };
var $table = $('#tbCheck').smartTable({ var $table = $('#tbCheck').smartTable({
sidePagination: "client", pagination: false,
showToggle: false, showToggle: false,
showRefresh: false, showRefresh: false,
showColumns: false, showColumns: false,
@ -61,7 +61,7 @@
// init detail Table // init detail Table
var $checkDetail = $('#checkDetail').smartTable({ var $checkDetail = $('#checkDetail').smartTable({
sidePagination: "client", pagination: false,
showToggle: false, showToggle: false,
showRefresh: false, showRefresh: false,
showColumns: false, showColumns: false,