|
@@ -35,11 +35,15 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
|
|
|
{field: 'district_name', title: __('District_name'), operate: 'LIKE'},
|
|
|
{field: 'money', title: __('Money'), operate:'BETWEEN'},
|
|
|
{field: 'frozen', title: __('Frozen'), operate:'BETWEEN'},
|
|
|
+ {field: 'diamond', title: __('钻石余额'), operate:'BETWEEN'},
|
|
|
{field: 'constellation', title: __('Constellation'), operate: 'LIKE'},
|
|
|
{field: 'profession', title: __('Profession'), operate: 'LIKE'},
|
|
|
{field: 'wechat', title: __('Wechat'), operate: 'LIKE'},
|
|
|
- {field: 'is_auth', title: __('Is_auth'), searchList: {"2": "是", "1":__('否'),"0":__('Is_auth 0'), "-1": "否"}, formatter: Table.api.formatter.normal,
|
|
|
- custom: {"2": 'success'}
|
|
|
+ {field: 'is_auth', title: __('Is_auth'), searchList: {"0":__('未申请'), "1":__('待审核'), "2": "通过","-1": "未通过"}, formatter: Table.api.formatter.normal,
|
|
|
+ custom: {"2": 'success', '1': 'info', '-1': 'danger'}
|
|
|
+ },
|
|
|
+ {field: 'is_auth_person', title: __('是否真人认证'), searchList: {"2": "通过", "1":__('待审核'),"0":__('未申请'), "-1": "未通过"}, formatter: Table.api.formatter.normal,
|
|
|
+ custom: {"2": 'success', '1': 'info', '-1': 'danger'}
|
|
|
},
|
|
|
{field: 'is_goddess', title: __('Is_goddess'), searchList: {"1":__('Is_goddess 1'),"0":__('Is_goddess 0')}, formatter: Table.api.formatter.normal},
|
|
|
{field: 'vip_duetime', title: __('Vip_duetime'), operate:'RANGE', addclass:'datetimerange', autocomplete:false, formatter: Table.api.formatter.datetime},
|