|
|
@@ -351,6 +351,7 @@
|
|
|
{field: 'nickname', title: '姓名', templet: '#nickname', align: 'center'},
|
|
|
{field: 'phone', title: '手机号', align: 'center', width: '8%'},
|
|
|
{field: 'now_money', title: '余额', width: '6%', sort: true, event: 'now_money', align: 'center'},
|
|
|
+ {field: 'cash', title: '现金', width: '6%', sort: true, event: 'cash', align: 'center'},
|
|
|
{field: 'pay_count', title: '购买次数', align: 'center', width: '6%'},
|
|
|
{field: 'extract_count_price', title: '累计提现', align: 'center', width: '6%'},
|
|
|
{field: 'integral', title: '积分', width: '6%', sort: true, event: 'integral', align: 'center'},
|
|
|
@@ -408,6 +409,9 @@
|
|
|
case 'brokerage_price':
|
|
|
layList.reload({order: layList.order(type, 'u.brokerage_price')}, true, null, obj);
|
|
|
break;
|
|
|
+ case 'cash':
|
|
|
+ layList.reload({order: layList.order(type, 'u.cash')}, true, null, obj);
|
|
|
+ break;
|
|
|
}
|
|
|
});
|
|
|
//监听并执行 uid 的排序
|