|
@@ -37,7 +37,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
|
|
|
{checkbox: true},
|
|
|
{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: 'bio', title: __('Bio'), operate: 'LIKE'},
|
|
|
|
|
|
// {field: 'gh_id', title: __('Gh_id')},
|
|
|
// {field: 'gonghui.name', title: __('Gonghui.name'), operate: false},
|
|
@@ -46,7 +46,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
|
|
|
{field: 'nickname', title: __('Nickname'), operate: 'LIKE'},
|
|
|
//{field: 'password', title: __('Password'), operate: 'LIKE'},
|
|
|
//{field: 'salt', title: __('Salt'), operate: 'LIKE'},
|
|
|
- //{field: 'email', title: __('Email'), operate: 'LIKE'},
|
|
|
+ {field: 'email', title: __('Email'), operate: 'LIKE'},
|
|
|
{field: 'mobile', title: __('Mobile'), operate: 'LIKE'},
|
|
|
{field: 'username', title: __('Username'), operate: 'LIKE'},
|
|
|
{field: 'intro_uid', title: __('Intro_uid')},
|
|
@@ -54,10 +54,10 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
|
|
|
{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: 'is_cost', title: __('Is_cost'), searchList: Config.isCostList, formatter: Table.api.formatter.normal},
|
|
|
- //{field: 'height', title: __('Height'), operate: 'LIKE'},
|
|
|
- //{field: 'weight', title: __('Weight'), operate: 'LIKE'},
|
|
|
- //{field: 'birthday', title: __('Birthday')},
|
|
|
- //{field: 'audio_bio', title: __('Audio_bio'), operate: 'LIKE'},
|
|
|
+ {field: 'height', title: __('Height'), operate: 'LIKE'},
|
|
|
+ {field: 'weight', title: __('Weight'), operate: 'LIKE'},
|
|
|
+// {field: 'birthday', title: __('Birthday')},
|
|
|
+// {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: 'successions', title: __('Successions')},
|
|
|
//{field: 'maxsuccessions', title: __('Maxsuccessions')},
|