|
@@ -26,7 +26,6 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
|
|
|
[
|
|
|
{checkbox: true},
|
|
|
{field: 'id', title: __('Id'),sortable:true},
|
|
|
-// {field: 'intro_uid', title: __('Intro_uid')},
|
|
|
{field: 'username', title: __('Username'), operate: 'LIKE',sortable:true},
|
|
|
{field: 'nickname', title: __('Nickname'), operate: 'LIKE'},
|
|
|
// {field: 'introcode', title: __('Introcode'), operate: 'LIKE'},
|
|
@@ -40,6 +39,8 @@ 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: 'intro_uid', title: __('Intro_uid')},
|
|
|
+
|
|
|
{field: 'idcard_status', title: __('Idcard_status'), searchList: {"-1":__('Idcard_status -1'),"0":__('Idcard_status 0'),"1":__('Idcard_status 1'),"2":__('Idcard_status 2'),"3":__('Idcard_status 3')}, formatter: Table.api.formatter.status},
|
|
|
// {field: 'successions', title: __('Successions')},
|
|
|
// {field: 'maxsuccessions', title: __('Maxsuccessions')},
|