From 9803cf843fc2d74ac7ace3ced936a448197f6e00 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期一, 08 六月 2020 14:52:59 +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