From aa7c4ba35f1201615c18e47e54899a873eea28d3 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期六, 27 六月 2020 08:44:28 +0800
Subject: [PATCH] #

---
 src/main/webapp/static/js/operateLog/operateLog.js |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/main/webapp/static/js/operateLog/operateLog.js b/src/main/webapp/static/js/operateLog/operateLog.js
index 6b9cd08..d3ae857 100644
--- a/src/main/webapp/static/js/operateLog/operateLog.js
+++ b/src/main/webapp/static/js/operateLog/operateLog.js
@@ -13,6 +13,7 @@
         url: baseUrl+'/operateLog/list/auth',
         page: true,
         limit: 16,
+        limits: [16, 30, 50, 100, 200, 500],
         even: true,
         toolbar: '#toolbar',
         cellMinWidth: 50,
@@ -20,8 +21,8 @@
             {type: 'checkbox'}
             ,{field: 'id', title: 'ID', sort: true,align: 'center', width: 80}
             ,{field: 'action', align: 'center',title: '璁块棶鍦板潃'}
-            ,{field: 'userId$', align: 'center',title: '鐢ㄦ埛',event: 'userId'}
-            ,{field: 'ip', edit:'text', align: 'center',title: '瀹㈡埛绔疘P'}
+            ,{field: 'userId$', align: 'center',title: '鐢ㄦ埛'}
+            ,{field: 'ip', align: 'center',title: '瀹㈡埛绔疘P'}
             ,{field: 'request', align: 'center',title: '璇锋眰鏁版嵁'}
             ,{field: 'response', align: 'center',title: '鍝嶅簲鏁版嵁'}
             ,{field: 'createTime$', align: 'center',title: '娣诲姞鏃堕棿'}

--
Gitblit v1.9.1