浏览代码

小修改

lizhen_gitee 3 年之前
父节点
当前提交
ceeceff511
共有 1 个文件被更改,包括 1 次插入1 次删除
  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},
                         {checkbox: true},
                         {field: 'id', title: __('Id')},
                         {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: 'gonghui.name', title: __('Gonghui.name'), operate: false},
                         {field: 'username', title: __('Username'), operate: 'LIKE'},
                         {field: 'username', title: __('Username'), operate: 'LIKE'},
                         {field: 'nickname', title: __('Nickname'), operate: 'LIKE'},
                         {field: 'nickname', title: __('Nickname'), operate: 'LIKE'},