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