mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-24 10:22:32 +08:00
修改模板文件
This commit is contained in:
parent
b23d785dd5
commit
0b98207d94
@ -101,16 +101,16 @@
|
|||||||
items.push(['用户编号', '小程序OPENID', '公众号OPNID', '用户姓名', '用户等级', '累计充值余额', '已使用余额', '累计返利金额', '锁定返利金额', '已提现金额', '注册时间']);
|
items.push(['用户编号', '小程序OPENID', '公众号OPNID', '用户姓名', '用户等级', '累计充值余额', '已使用余额', '累计返利金额', '锁定返利金额', '已提现金额', '注册时间']);
|
||||||
data.forEach(function (item) {
|
data.forEach(function (item) {
|
||||||
items.push([
|
items.push([
|
||||||
item.id,
|
{v: item.id, t: 'n'},
|
||||||
item.openid1,
|
item.openid1,
|
||||||
item.openid2,
|
item.openid2,
|
||||||
item.username || item.nickname || '',
|
item.username || item.nickname || '',
|
||||||
item.vip_name,
|
item.vip_name,
|
||||||
item.balance_total,
|
{v: item.balance_total, t: 'n'},
|
||||||
item.balance_used,
|
{v: item.balance_used, t: 'n'},
|
||||||
item.rebate_total,
|
{v: item.rebate_total, t: 'n'},
|
||||||
item.rebate_lock,
|
{v: item.rebate_lock, t: 'n'},
|
||||||
item.rebate_used,
|
{v: item.rebate_used, t: 'n'},
|
||||||
item.create_at || '',
|
item.create_at || '',
|
||||||
]);
|
]);
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user