mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-25 02:53:56 +08:00
修改用户模板
This commit is contained in:
parent
92af0207e1
commit
4c7041156e
@ -98,13 +98,14 @@
|
|||||||
require(['excel'], function (excel) {
|
require(['excel'], function (excel) {
|
||||||
excel.bind(function (data) {
|
excel.bind(function (data) {
|
||||||
var items = [];
|
var items = [];
|
||||||
items.push(['用户编号', '小程序OPENID', '公众号OPNID', '用户姓名', '累计充值余额', '已使用余额', '累计返利金额', '锁定返利金额', '已提现金额', '注册时间']);
|
items.push(['用户编号', '小程序OPENID', '公众号OPNID', '用户姓名', '用户等级', '累计充值余额', '已使用余额', '累计返利金额', '锁定返利金额', '已提现金额', '注册时间']);
|
||||||
data.forEach(function (item) {
|
data.forEach(function (item) {
|
||||||
items.push([
|
items.push([
|
||||||
item.id,
|
item.id,
|
||||||
item.openid1,
|
item.openid1,
|
||||||
item.openid2,
|
item.openid2,
|
||||||
item.username || item.nickname || '',
|
item.username || item.nickname || '',
|
||||||
|
item.vip_name,
|
||||||
item.balance_total,
|
item.balance_total,
|
||||||
item.balance_used,
|
item.balance_used,
|
||||||
item.rebate_total,
|
item.rebate_total,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user