소스 검색

小修改

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