|
@@ -26,37 +26,58 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
|
|
|
[
|
|
|
{checkbox: true},
|
|
|
{field: 'id', title: __('Id')},
|
|
|
-// {field: 'group_id', title: __('Group_id')},
|
|
|
+ {field: 'gh_id', title: __('Gh_id')},
|
|
|
{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'},
|
|
|
-// {field: 'email', title: __('Email'), operate: 'LIKE'},
|
|
|
+ //{field: 'password', title: __('Password'), operate: 'LIKE'},
|
|
|
+ //{field: 'salt', title: __('Salt'), operate: 'LIKE'},
|
|
|
+ //{field: 'email', title: __('Email'), operate: 'LIKE'},
|
|
|
{field: 'mobile', title: __('Mobile'), operate: 'LIKE'},
|
|
|
{field: 'avatar', title: __('Avatar'), operate: 'LIKE', events: Table.api.events.image, formatter: Table.api.formatter.image},
|
|
|
-// {field: 'level', title: __('Level')},
|
|
|
+ {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')}, formatter: Table.api.formatter.normal},
|
|
|
-// {field: 'birthday', title: __('Birthday')},
|
|
|
-// {field: 'bio', title: __('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: 'height', title: __('Height'), operate: 'LIKE'},
|
|
|
+ //{field: 'weight', title: __('Weight'), operate: 'LIKE'},
|
|
|
+ //{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: 'money', title: __('Money'), operate:'BETWEEN'},
|
|
|
- {field: 'score', title: __('Score')},
|
|
|
-// {field: 'successions', title: __('Successions')},
|
|
|
-// {field: 'maxsuccessions', title: __('Maxsuccessions')},
|
|
|
-// {field: 'prevtime', title: __('Prevtime'), operate:'RANGE', addclass:'datetimerange', autocomplete:false, formatter: Table.api.formatter.datetime},
|
|
|
-// {field: 'logintime', title: __('Logintime'), operate:'RANGE', addclass:'datetimerange', autocomplete:false, formatter: Table.api.formatter.datetime},
|
|
|
-// {field: 'loginip', title: __('Loginip'), operate: 'LIKE'},
|
|
|
-// {field: 'loginfailure', title: __('Loginfailure')},
|
|
|
-// {field: 'joinip', title: __('Joinip'), operate: 'LIKE'},
|
|
|
-// {field: 'jointime', title: __('Jointime'), operate:'RANGE', addclass:'datetimerange', autocomplete:false, formatter: Table.api.formatter.datetime},
|
|
|
-// {field: 'createtime', title: __('Createtime'), operate:'RANGE', addclass:'datetimerange', autocomplete:false, formatter: Table.api.formatter.datetime},
|
|
|
-// {field: 'updatetime', title: __('Updatetime'), operate:'RANGE', addclass:'datetimerange', autocomplete:false, formatter: Table.api.formatter.datetime},
|
|
|
-// {field: 'token', title: __('Token'), operate: 'LIKE'},
|
|
|
+ //{field: 'successions', title: __('Successions')},
|
|
|
+ //{field: 'maxsuccessions', title: __('Maxsuccessions')},
|
|
|
+ //{field: 'prevtime', title: __('Prevtime'), operate:'RANGE', addclass:'datetimerange', autocomplete:false, formatter: Table.api.formatter.datetime},
|
|
|
+ //{field: 'logintime', title: __('Logintime'), operate:'RANGE', addclass:'datetimerange', autocomplete:false, formatter: Table.api.formatter.datetime},
|
|
|
+ //{field: 'loginip', title: __('Loginip'), operate: 'LIKE'},
|
|
|
+ //{field: 'loginfailure', title: __('Loginfailure')},
|
|
|
+ //{field: 'joinip', title: __('Joinip'), operate: 'LIKE'},
|
|
|
+ //{field: 'jointime', title: __('Jointime'), operate:'RANGE', addclass:'datetimerange', autocomplete:false, formatter: Table.api.formatter.datetime},
|
|
|
+ //{field: 'createtime', title: __('Createtime'), operate:'RANGE', addclass:'datetimerange', autocomplete:false, formatter: Table.api.formatter.datetime},
|
|
|
+ //{field: 'updatetime', title: __('Updatetime'), operate:'RANGE', addclass:'datetimerange', autocomplete:false, formatter: Table.api.formatter.datetime},
|
|
|
+ //{field: 'token', title: __('Token'), operate: 'LIKE'},
|
|
|
{field: 'status', title: __('Status'), searchList: {"1":__('Status 1'),"0":__('Status 0')}, formatter: Table.api.formatter.status},
|
|
|
-// {field: 'verification', title: __('Verification'), operate: 'LIKE'},
|
|
|
+ //{field: 'verification', title: __('Verification'), operate: 'LIKE'},
|
|
|
+ //{field: 'longitude', title: __('Longitude'), operate: 'LIKE'},
|
|
|
+ //{field: 'latitude', title: __('Latitude'), operate: 'LIKE'},
|
|
|
+ {field: 'cityname', title: __('Cityname'), operate: 'LIKE'},
|
|
|
+ //{field: 'photo_images', title: __('Photo_images'), operate: false, events: Table.api.events.image, formatter: Table.api.formatter.images},
|
|
|
+ //{field: 'education_id', title: __('Education_id')},
|
|
|
+ //{field: 'hobby_ids', title: __('Hobby_ids'), operate: 'LIKE'},
|
|
|
+ //{field: 'job_id', title: __('Job_id')},
|
|
|
+ //{field: 'marital_id', title: __('Marital_id')},
|
|
|
+ //{field: 'tag_ids', title: __('Tag_ids'), operate: 'LIKE'},
|
|
|
+ //{field: 'wages_id', title: __('Wages_id')},
|
|
|
+ //{field: 'hometown_cityid', title: __('Hometown_cityid')},
|
|
|
+ //{field: 'open_match_video', title: __('Open_match_video'), searchList: {"1":__('Open_match_video 1'),"0":__('Open_match_video 0')}, formatter: Table.api.formatter.normal},
|
|
|
+ //{field: 'open_match_audio', title: __('Open_match_audio'), searchList: {"1":__('Open_match_audio 1'),"0":__('Open_match_audio 0')}, formatter: Table.api.formatter.normal},
|
|
|
+ //{field: 'open_match_typing', title: __('Open_match_typing'), searchList: {"1":__('Open_match_typing 1'),"0":__('Open_match_typing 0')}, formatter: Table.api.formatter.normal},
|
|
|
+ //{field: 'free_video', title: __('Free_video'), searchList: {"1":__('Free_video 1'),"0":__('Free_video 0')}, formatter: Table.api.formatter.normal},
|
|
|
+ //{field: 'free_audio', title: __('Free_audio'), searchList: {"1":__('Free_audio 1'),"0":__('Free_audio 0')}, formatter: Table.api.formatter.normal},
|
|
|
+ //{field: 'free_typing', title: __('Free_typing'), searchList: {"1":__('Free_typing 1'),"0":__('Free_typing 0')}, formatter: Table.api.formatter.normal},
|
|
|
+ //{field: 'gonghui.id', title: __('Gonghui.id')},
|
|
|
+ {field: 'gonghui.name', title: __('Gonghui.name'), operate: 'LIKE'},
|
|
|
{field: 'operate', title: __('Operate'), table: table, events: Table.api.events.operate, formatter: Table.api.formatter.operate}
|
|
|
]
|
|
|
]
|