|
@@ -34,7 +34,8 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
|
|
|
[
|
|
|
{checkbox: true},
|
|
|
{field: 'id', title: __('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'},
|
|
@@ -69,6 +70,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
|
|
|
|
|
|
|
|
|
|
|
|
+ {field: 'register_from', title: __('Register_from'), operate: 'LIKE'},
|
|
|
{field: 'cityname', title: __('Cityname'), operate: 'LIKE'},
|
|
|
|
|
|
|
|
@@ -85,7 +87,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
|
|
|
|
|
|
|
|
|
|
|
|
- {field: 'gonghui.name', title: __('Gonghui.name'), operate: false},
|
|
|
+
|
|
|
{field: 'operate', title: __('Operate'), table: table, events: Table.api.events.operate, formatter: Table.api.formatter.operate}
|
|
|
]
|
|
|
]
|