From 8ad82b8030b331d8014a72b6d2f00020fe85a1c5 Mon Sep 17 00:00:00 2001
From: vincent <1341870251@qq.com>
Date: 星期五, 05 六月 2020 09:38:26 +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