From a41b684d7f1b355266673190fe0ce8cb2ea92c25 Mon Sep 17 00:00:00 2001 From: vincent <1341870251@qq.com> Date: 星期一, 25 五月 2020 16:11:42 +0800 Subject: [PATCH] # --- src/main/webapp/static/js/user/user.js | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/webapp/static/js/user/user.js b/src/main/webapp/static/js/user/user.js index cd24082..bff9a99 100644 --- a/src/main/webapp/static/js/user/user.js +++ b/src/main/webapp/static/js/user/user.js @@ -18,12 +18,12 @@ cellMinWidth: 50, cols: [[ {type: 'checkbox'} - ,{field: 'id', title: 'ID', sort: true,align: 'center', fixed: 'left', width: 80} - ,{field: 'hostName', align: 'center',title: '鎺堟潈鍟嗘埛',event: 'Host', style: 'text-decoration: underline;cursor:pointer'} + ,{field: 'id', title: 'ID', sort: true,align: 'center', width: 80} + ,{field: 'hostName', align: 'center',title: '鎺堟潈鍟嗘埛'} ,{field: 'username', align: 'center',title: '璐﹀彿'} ,{field: 'mobile', align: 'center',title: '鎵嬫満鍙�'} ,{field: 'password', align: 'center',title: '瀵嗙爜'} - ,{field: 'roleName', align: 'center',title: '瑙掕壊',event: 'Role', style: 'text-decoration: underline;cursor:pointer'} + ,{field: 'roleName', align: 'center',title: '瑙掕壊'} ,{field: 'createTime$', align: 'center',title: '娉ㄥ唽鏃堕棿'} ,{field: 'status$', align: 'center',title: '鐘舵��'} -- Gitblit v1.9.1