From 642428dd870c2f288bb0f3a5fc94373a69a425cf Mon Sep 17 00:00:00 2001
From: lsh <lsh@163.com>
Date: 星期五, 25 四月 2025 13:08:53 +0800
Subject: [PATCH] #

---
 src/main/webapp/static/js/operateLog/operateLog.js |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/src/main/webapp/static/js/operateLog/operateLog.js b/src/main/webapp/static/js/operateLog/operateLog.js
index d8c9acf..50032c4 100644
--- a/src/main/webapp/static/js/operateLog/operateLog.js
+++ b/src/main/webapp/static/js/operateLog/operateLog.js
@@ -19,13 +19,13 @@
         cellMinWidth: 50,
         cols: [[
             // {type: 'checkbox'}
-            {field: 'id', title: 'ID', sort: true,align: 'center', width: 80}
-            ,{field: 'userId$', align: 'center',title: '鐢ㄦ埛'}
-            ,{field: 'action', align: 'center',title: '鎿嶄綔鍐呭'}
-            ,{field: 'ip', align: 'center',title: '瀹㈡埛绔疘P'}
-            ,{field: 'request', align: 'center',title: '璇锋眰鏁版嵁'}
-            ,{field: 'response', align: 'center',title: '鍝嶅簲鏁版嵁'}
-            ,{field: 'createTime$', align: 'center',title: '娣诲姞鏃堕棿'}
+            {field: 'id', title: 'ID', sort: true,align: 'center', width: 80,hide : true}
+            ,{field: 'userId$', align: 'center',title: '鐢ㄦ埛',hide : false}
+            ,{field: 'action', align: 'center',title: '鎿嶄綔鍐呭',hide : false}
+            ,{field: 'ip', align: 'center',title: '瀹㈡埛绔疘P',hide : true}
+            ,{field: 'request', align: 'center',title: '璇锋眰鏁版嵁',hide : true}
+            ,{field: 'response', align: 'center',title: '鍝嶅簲鏁版嵁',hide : false}
+            ,{field: 'createTime$', align: 'center',title: '娣诲姞鏃堕棿',hide : false}
 
             // ,{fixed: 'right', title:'鎿嶄綔', align: 'center', toolbar: '#operate', width:100}
         ]],

--
Gitblit v1.9.1