|
@@ -28,7 +28,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
|
|
|
{field: 'id', title: __('Id')},
|
|
|
{field: 'gh_id', title: __('Gh_id')},
|
|
|
{field: 'username', title: __('Username'), operate: 'LIKE'},
|
|
|
- {field: 'truename', title: __('Truename'), 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'},
|
|
@@ -44,7 +44,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
|
|
|
//{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: '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')},
|