Pārlūkot izejas kodu

修改用户管理模块

邹景立 3 gadi atpakaļ
vecāks
revīzija
90d111163b
1 mainītis faili ar 0 papildinājumiem un 1 dzēšanām
  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>';