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 |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/src/main/webapp/static/js/operateLog/operateLog.js b/src/main/webapp/static/js/operateLog/operateLog.js
index 19c04a8..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: '娣诲姞鏃堕棿'}
@@ -142,7 +143,7 @@
                 }
                 break;
             case 'exportData':
-                layer.confirm('纭畾瀵煎嚭Excel鍚�', function(){
+                layer.confirm('纭畾瀵煎嚭Excel鍚�', {shadeClose: true}, function(){
                     var titles=[];
                     var fields=[];
                     obj.config.cols[0].map(function (col) {

--
Gitblit v1.9.1