|
@@ -36,6 +36,9 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
|
|
[
|
|
[
|
|
{checkbox: true},
|
|
{checkbox: true},
|
|
{field: 'id', title: __('Id')},
|
|
{field: 'id', title: __('Id')},
|
|
|
|
+ {field: 'avatar', title: __('Avatar'), operate: 'LIKE', events: Table.api.events.image, formatter: Table.api.formatter.image},
|
|
|
|
+ {field: 'bio', title: __('Bio'), operate: 'LIKE'},
|
|
|
|
+
|
|
// {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},
|
|
|
|
|
|
@@ -48,14 +51,12 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
|
|
{field: 'username', title: __('Username'), operate: 'LIKE'},
|
|
{field: 'username', title: __('Username'), operate: 'LIKE'},
|
|
{field: 'intro_uid', title: __('Intro_uid')},
|
|
{field: 'intro_uid', title: __('Intro_uid')},
|
|
{field: 'introcode', title: __('Introcode'), operate: 'LIKE'},
|
|
{field: 'introcode', title: __('Introcode'), operate: 'LIKE'},
|
|
- {field: 'avatar', title: __('Avatar'), operate: 'LIKE', events: Table.api.events.image, formatter: Table.api.formatter.image},
|
|
|
|
{field: 'real_status', title: __('Real_status'), searchList: {"-1":__('Real_status -1'),"0":__('Real_status 0'),"1":__('Real_status 1'),"2":__('Real_status 2')}, formatter: Table.api.formatter.status},
|
|
{field: 'real_status', title: __('Real_status'), searchList: {"-1":__('Real_status -1'),"0":__('Real_status 0'),"1":__('Real_status 1'),"2":__('Real_status 2')}, formatter: Table.api.formatter.status},
|
|
{field: 'gender', title: __('Gender'), searchList: {"1":__('Gender 1'),"0":__('Gender 0'),"-1":__('Gender -1')}, formatter: Table.api.formatter.normal},
|
|
{field: 'gender', title: __('Gender'), searchList: {"1":__('Gender 1'),"0":__('Gender 0'),"-1":__('Gender -1')}, formatter: Table.api.formatter.normal},
|
|
{field: 'is_cost', title: __('Is_cost'), searchList: Config.isCostList, formatter: Table.api.formatter.normal},
|
|
{field: 'is_cost', title: __('Is_cost'), searchList: Config.isCostList, formatter: Table.api.formatter.normal},
|
|
//{field: 'height', title: __('Height'), operate: 'LIKE'},
|
|
//{field: 'height', title: __('Height'), operate: 'LIKE'},
|
|
//{field: 'weight', title: __('Weight'), operate: 'LIKE'},
|
|
//{field: 'weight', title: __('Weight'), operate: 'LIKE'},
|
|
//{field: 'birthday', title: __('Birthday')},
|
|
//{field: 'birthday', title: __('Birthday')},
|
|
- //{field: 'bio', title: __('Bio'), operate: 'LIKE'},
|
|
|
|
//{field: 'audio_bio', title: __('Audio_bio'), operate: 'LIKE'},
|
|
//{field: 'audio_bio', title: __('Audio_bio'), 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: '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: 'successions', title: __('Successions')},
|