From 7183b5182d3c29494baba88db1b74e718690a942 Mon Sep 17 00:00:00 2001 From: vincent <1341870251@qq.com> Date: 星期一, 25 五月 2020 14:59:23 +0800 Subject: [PATCH] # --- src/main/webapp/static/js/operateLog/operateLog.js | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/webapp/static/js/operateLog/operateLog.js b/src/main/webapp/static/js/operateLog/operateLog.js index 7bb667e..f3cdccc 100644 --- a/src/main/webapp/static/js/operateLog/operateLog.js +++ b/src/main/webapp/static/js/operateLog/operateLog.js @@ -13,14 +13,14 @@ url: baseUrl+'/operateLog/list/auth', page: true, limit: 16, - // even: true, + even: true, toolbar: '#toolbar', cellMinWidth: 50, cols: [[ {type: 'checkbox'} ,{field: 'id', title: 'ID', sort: true,align: 'center', width: 80} ,{field: 'action', align: 'center',title: '璁块棶鍦板潃'} - ,{field: 'userId$', align: 'center',title: '鐢ㄦ埛',event: 'userId', style: 'text-decoration: underline;cursor:pointer'} + ,{field: 'userId$', align: 'center',title: '鐢ㄦ埛',event: 'userId'} ,{field: 'ip', edit:'text', align: 'center',title: '瀹㈡埛绔疘P'} ,{field: 'request', align: 'center',title: '璇锋眰鏁版嵁'} ,{field: 'response', align: 'center',title: '鍝嶅簲鏁版嵁'} -- Gitblit v1.9.1