|
@@ -33,7 +33,6 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
|
|
|
// {field: 'password', title: __('Password'), operate: 'LIKE'},
|
|
|
// {field: 'salt', title: __('Salt'), operate: 'LIKE'},
|
|
|
{field: 'mobile', title: __('Mobile'), operate: 'LIKE'},
|
|
|
- {field: 'simplemobile', title: __('Simplemobile'), operate: 'LIKE'},
|
|
|
{field: 'avatar', title: __('Avatar'), operate: 'LIKE', events: Table.api.events.image, formatter: Table.api.formatter.image},
|
|
|
{field: 'gender', title: __('Gender'), searchList: {"1":__('Gender 1'),"0":__('Gender 0')}, formatter: Table.api.formatter.normal},
|
|
|
// {field: 'height', title: __('Height'), operate: 'LIKE'},
|
|
@@ -63,8 +62,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
|
|
|
// {field: 'hide_is_finishinfo', title: __('Hide_is_finishinfo'), searchList: {"1":__('Hide_is_finishinfo 1'),"0":__('Hide_is_finishinfo 0')}, formatter: Table.api.formatter.normal},
|
|
|
// {field: 'wechat_openid', title: __('Wechat_openid'), operate: 'LIKE'},
|
|
|
// {field: 'is_active', title: __('Is_active'), searchList: {"1":__('Is_active 1'),"0":__('Is_active 0')}, formatter: Table.api.formatter.normal},
|
|
|
- {field: 'attribute', title: __('Attribute'), operate: 'LIKE'},
|
|
|
- {field: 'shoesize', title: __('Shoesize'), operate: 'LIKE'},
|
|
|
+
|
|
|
{field: 'is_tuijian', title: __('Is_tuijian'), searchList: {"1":__('Is_tuijian 1'),"0":__('Is_tuijian 0')}, formatter: Table.api.formatter.normal},
|
|
|
// {field: 'ios_user_id', title: __('Ios_user_id'), operate: 'LIKE'},
|
|
|
{field: 'plat_unique_id', title: __('Plat_unique_id'), operate: 'LIKE'},
|