邹景立 3 роки тому
батько
коміт
90d111163b
1 змінених файлів з 0 додано та 1 видалено
  1. 0 1
      app/admin/view/user/index.html

+ 0 - 1
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 || '<span class="color-desc">无联系电话</span>';