From cf43493d7aa9c1a83cb1551c102f501f1dfde9b0 Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@163.com> Date: 星期六, 06 六月 2020 13:23:39 +0800 Subject: [PATCH] # --- src/main/webapp/static/js/operateLog/operateLog.js | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main/webapp/static/js/operateLog/operateLog.js b/src/main/webapp/static/js/operateLog/operateLog.js index 14073f1..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', fixed: 'left'} - ,{field: 'id', title: 'ID', sort: true,align: 'center', fixed: 'left', width: 80} + {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