|
@@ -32,7 +32,6 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
|
|
{field: 'user.mobile', title: __('User.mobile'), operate: 'LIKE'},
|
|
{field: 'user.mobile', title: __('User.mobile'), operate: 'LIKE'},
|
|
{field: 'gold', title: __('Gold')},
|
|
{field: 'gold', title: __('Gold')},
|
|
{field: 'money', title: __('Money')},
|
|
{field: 'money', title: __('Money')},
|
|
- {field: 'jewel', title: __('Jewel')},
|
|
|
|
{field: 'vip_endtime', title: __('Vip_endtime'), operate:'RANGE', addclass:'datetimerange', autocomplete:false, formatter: Table.api.formatter.datetime},
|
|
{field: 'vip_endtime', title: __('Vip_endtime'), operate:'RANGE', addclass:'datetimerange', autocomplete:false, formatter: Table.api.formatter.datetime},
|
|
// {field: 'vip_level', title: __('Vip_level'),searchList: {"0":__('Vip_level 0'),"10":__('Vip_level 10'),"20":__('Vip_level 20'),"30":__('Vip_level 30'),"40":__('Vip_level 40')}, formatter: Table.api.formatter.status},
|
|
// {field: 'vip_level', title: __('Vip_level'),searchList: {"0":__('Vip_level 0'),"10":__('Vip_level 10'),"20":__('Vip_level 20'),"30":__('Vip_level 30'),"40":__('Vip_level 40')}, formatter: Table.api.formatter.status},
|
|
{field: 'pay_money', title: __('累计消费金额')},
|
|
{field: 'pay_money', title: __('累计消费金额')},
|
|
@@ -51,8 +50,8 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
|
|
},
|
|
},
|
|
{
|
|
{
|
|
name:'updatemoney',
|
|
name:'updatemoney',
|
|
- text:'充值积分',
|
|
|
|
- title:'充值积分',
|
|
|
|
|
|
+ text:'充值余额',
|
|
|
|
+ title:'充值余额',
|
|
icon:'fa fa-exclamation-circle',
|
|
icon:'fa fa-exclamation-circle',
|
|
classname:'btn btn-xs btn-info btn-dialog',
|
|
classname:'btn btn-xs btn-info btn-dialog',
|
|
url:'userwallet/updatemoney/id/{ids}?dialog=1',
|
|
url:'userwallet/updatemoney/id/{ids}?dialog=1',
|