|
@@ -37,7 +37,6 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
|
|
|
// {field: 'gh_id', title: __('Gh_id')},
|
|
|
{field: 'gonghui.name', title: __('Gonghui.name'), operate: false},
|
|
|
{field: 'username', title: __('Username'), operate: 'LIKE'},
|
|
|
-// {field: 'truename', title: __('Truename'), operate: 'LIKE'},
|
|
|
{field: 'nickname', title: __('Nickname'), operate: 'LIKE'},
|
|
|
//{field: 'password', title: __('Password'), operate: 'LIKE'},
|
|
|
//{field: 'salt', title: __('Salt'), operate: 'LIKE'},
|
|
@@ -51,9 +50,6 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
|
|
|
//{field: 'birthday', title: __('Birthday')},
|
|
|
//{field: 'bio', title: __('Bio'), operate: 'LIKE'},
|
|
|
//{field: 'audio_bio', title: __('Audio_bio'), operate: 'LIKE'},
|
|
|
- //{field: 'idcard', title: __('Idcard'), operate: 'LIKE'},
|
|
|
- //{field: 'idcard_images', title: __('Idcard_images'), operate: false, events: Table.api.events.image, formatter: Table.api.formatter.images},
|
|
|
-// {field: 'alipay_account', title: __('Alipay_account'), operate: 'LIKE'},
|
|
|
{field: 'idcard_status', title: __('Idcard_status'), searchList: {"-1":__('Idcard_status -1'),"0":__('Idcard_status 0'),"1":__('Idcard_status 1'),"2":__('Idcard_status 2')}, formatter: Table.api.formatter.status},
|
|
|
//{field: 'successions', title: __('Successions')},
|
|
|
//{field: 'maxsuccessions', title: __('Maxsuccessions')},
|