mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
Update index_search.html
This commit is contained in:
parent
c7231d77b8
commit
ae753f0b45
@ -114,9 +114,8 @@
|
||||
item.payment_datetime || '',
|
||||
];
|
||||
});
|
||||
return [[
|
||||
'订单单号', '会员手机', '会员姓名', '支付单号', '支付状态', '支付金额', '支付时间'
|
||||
]].concat(data);
|
||||
data.unshift(['订单单号', '会员手机', '会员姓名', '支付单号', '支付状态', '支付金额', '支付时间']);
|
||||
return data;
|
||||
}, '订单记录导出');
|
||||
});
|
||||
</script>
|
||||
|
Loading…
x
Reference in New Issue
Block a user