From 5ccb2d44fef16a5d3eaa0b4bd89274f7dc756bc5 Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@163.com> Date: 星期二, 23 六月 2020 09:40:18 +0800 Subject: [PATCH] # --- src/main/webapp/static/js/wrkMastLog/wrkMastLog.js | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/main/webapp/static/js/wrkMastLog/wrkMastLog.js b/src/main/webapp/static/js/wrkMastLog/wrkMastLog.js index 03e38f0..0e7a591 100644 --- a/src/main/webapp/static/js/wrkMastLog/wrkMastLog.js +++ b/src/main/webapp/static/js/wrkMastLog/wrkMastLog.js @@ -12,7 +12,8 @@ headers: {token: localStorage.getItem('token')}, url: baseUrl+'/wrkMastLog/list/auth', page: true, - limit: 10, + limit: 16, + limits: [16, 30, 50, 100, 200, 500], even: true, toolbar: '#toolbar', cellMinWidth: 50, -- Gitblit v1.9.1