From 9cc80af6cf3f2c873c513b23cfd7c7a0588417e5 Mon Sep 17 00:00:00 2001 From: Argo Zhang Date: Tue, 8 Oct 2019 13:21:30 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E5=81=A5=E5=BA=B7=E6=A3=80?= =?UTF-8?q?=E6=9F=A5=E7=A7=BB=E9=99=A4=E5=88=86=E9=A1=B5=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/admin/Bootstrap.Admin/wwwroot/js/healths.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/admin/Bootstrap.Admin/wwwroot/js/healths.js b/src/admin/Bootstrap.Admin/wwwroot/js/healths.js index b009f7e3..38701091 100644 --- a/src/admin/Bootstrap.Admin/wwwroot/js/healths.js +++ b/src/admin/Bootstrap.Admin/wwwroot/js/healths.js @@ -14,7 +14,7 @@ }; var $table = $('#tbCheck').smartTable({ - sidePagination: "client", + pagination: false, showToggle: false, showRefresh: false, showColumns: false, @@ -61,7 +61,7 @@ // init detail Table var $checkDetail = $('#checkDetail').smartTable({ - sidePagination: "client", + pagination: false, showToggle: false, showRefresh: false, showColumns: false,