From a78f80c36b64a69b1293289dad908abcb12858a8 Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@163.com> Date: 星期二, 30 六月 2020 13:39:20 +0800 Subject: [PATCH] # --- src/main/webapp/static/js/wrkMastLog/wrkMastLog.js | 9 +++++++-- 1 files changed, 7 insertions(+), 2 deletions(-) diff --git a/src/main/webapp/static/js/wrkMastLog/wrkMastLog.js b/src/main/webapp/static/js/wrkMastLog/wrkMastLog.js index 03e38f0..74fe97c 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, @@ -762,7 +763,11 @@ elem: '#logErrTime\\$', type: 'datetime' }); - + layDate.render({ + elem: '.layui-laydate-range' + ,type: 'datetime' + ,range: true + }); }); -- Gitblit v1.9.1