|
@@ -26,11 +26,14 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
|
|
|
[
|
|
|
{checkbox: true},
|
|
|
{field: 'id', title: __('Id')},
|
|
|
- {field: 'user_id', title: __('User_id')},
|
|
|
+// {field: 'user_id', title: __('User_id')},
|
|
|
{field: 'user.username', title: __('User.username'), operate: 'LIKE'},
|
|
|
- {field: 'user.nickname', title: __('User.nickname'), operate: 'LIKE'},
|
|
|
- {field: 'money', title: __('Money')},
|
|
|
+// {field: 'user.nickname', title: __('User.nickname'), operate: 'LIKE'},
|
|
|
{field: 'jewel', title: __('Jewel')},
|
|
|
+ {field: 'money', title: __('Money')},
|
|
|
+ {field: 'plat_bilv', title: __('Plat_bilv'), operate:'BETWEEN'},
|
|
|
+ {field: 'plat_money', title: __('Plat_money'), operate:'BETWEEN'},
|
|
|
+ {field: 'get_money', title: __('Get_money'), operate:'BETWEEN'},
|
|
|
{field: 'type', title: __('Type'), searchList: {"1":__('Type 1'),"2":__('Type 2')}, formatter: Table.api.formatter.normal},
|
|
|
{field: 'account_info', title: '账号信息', operate:false},
|
|
|
{field: 'createtime', title: __('Createtime'), operate:'RANGE', addclass:'datetimerange', autocomplete:false, formatter: Table.api.formatter.datetime},
|