diff --git a/app/admin/view/user/index.html b/app/admin/view/user/index.html
index 3414cb226..dcea87347 100644
--- a/app/admin/view/user/index.html
+++ b/app/admin/view/user/index.html
@@ -43,7 +43,6 @@
{field: 'sort', title: '排序权重', width: 100, align: 'center', sort: true, templet: '#SortInputTpl'},
{field: 'username', title: '登录账号', minWidth: 100, align: 'center', sort: true},
{field: 'nickname', title: '用户名称', align: 'center', sort: false},
- {field: 'roles', title: '角色身份', align: 'center', sort: false},
{
field: 'contact_phone', title: '联系电话', sort: false, templet: function (d) {
return d.contact_phone || '无联系电话';