|
@@ -77,8 +77,8 @@ export default {
|
|
|
columns: [
|
|
|
{ title: '序号', dataIndex: 'no', width: 80, align: 'center' },
|
|
|
{ title: '商户名称', dataIndex: 'officialPartnerName', align: 'center' },
|
|
|
- { title: '收取乐豆个数', dataIndex: 'changeNum', width: 200, align: 'center' },
|
|
|
- { title: '交易时间', dataIndex: 'createDate', width: 200, align: 'center' }
|
|
|
+ { title: '收取乐豆个数', dataIndex: 'changeNum', width: 200, align: 'center' }
|
|
|
+ // { title: '交易时间', dataIndex: 'createDate', width: 200, align: 'center' }
|
|
|
],
|
|
|
// 加载数据方法 必须为 Promise 对象
|
|
|
loadData: parameter => {
|