Browse Source

小修改

lizhen_gitee 3 years ago
parent
commit
ceeceff511
1 changed files with 1 additions and 1 deletions
  1. 1 1
      public/assets/js/backend/user/user.js

+ 1 - 1
public/assets/js/backend/user/user.js

@@ -34,7 +34,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
                     [
                         {checkbox: true},
                         {field: 'id', title: __('Id')},
-//                        {field: 'gh_id', title: __('Gh_id')},
+                        {field: 'gh_id', title: __('Gh_id')},
                         {field: 'gonghui.name', title: __('Gonghui.name'), operate: false},
                         {field: 'username', title: __('Username'), operate: 'LIKE'},
                         {field: 'nickname', title: __('Nickname'), operate: 'LIKE'},