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},
                         {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'},