mirror of
https://github.com/likeshop-github/likeshop.git
synced 2025-09-21 12:14:24 +08:00
调整会员列表
This commit is contained in:
parent
bab23053a1
commit
457e1b6f0d
1 changed files with 3 additions and 3 deletions
|
@ -359,9 +359,9 @@
|
|||
,cols: [[
|
||||
{type: 'checkbox'}
|
||||
,{field: 'id', width: 80, title: 'ID', sort: true, hide:true}
|
||||
,{field: 'avatar', title: '会员信息',width: 350,align: 'center', toolbar: '#user-info'}
|
||||
,{field: 'group_name', title: '会员分组',width: 100,}
|
||||
,{field: 'referrals', title: '推荐人信息',align: 'center',width: 300,toolbar: '#referrer'}
|
||||
,{field: 'avatar', title: '会员信息',width: 380,align: 'center', toolbar: '#user-info'}
|
||||
,{field: 'group_name', title: '会员分组',width: 100}
|
||||
,{field: 'referrals', title: '推荐人信息',align: 'center',width: 380,toolbar: '#referrer'}
|
||||
,{field: 'total_order_amount', title: '消费金额',width: 90}
|
||||
,{field: 'money', title: '账户余额',width: 120,toolbar: '#account'}
|
||||
,{field: 'login_time', title: '最后登录时间',width: 160}
|
||||
|
|
Loading…
Add table
Reference in a new issue