|
@@ -47,11 +47,11 @@ export default {
|
|
|
{text: 'GasPrice', value: 'gasPrice'},
|
|
{text: 'GasPrice', value: 'gasPrice'},
|
|
|
{text: 'Type', value: 'type'},
|
|
{text: 'Type', value: 'type'},
|
|
|
{text: 'Index', value: 'index'},
|
|
{text: 'Index', value: 'index'},
|
|
|
- {text: 'State', value: 'state'},
|
|
|
|
|
- {text: 'Mev', value: 'mev'},
|
|
|
|
|
- {text: 'Pending', value: 'pending'},
|
|
|
|
|
- {text: 'TradeInfo', value: 'tradeInfo'},
|
|
|
|
|
- {text: 'memo', value: 'memo'}
|
|
|
|
|
|
|
+ {text: 'maybeBot', value: 'maybeBot'},
|
|
|
|
|
+ {text: 'ping', value: 'ping'},
|
|
|
|
|
+ {text: 'timestamp', value: 'timestamp'},
|
|
|
|
|
+ {text: 'transfer', value: 'transferList'},
|
|
|
|
|
+ {text: 'comment', value: 'comment'}
|
|
|
]
|
|
]
|
|
|
}
|
|
}
|
|
|
}),
|
|
}),
|
|
@@ -66,7 +66,7 @@ export default {
|
|
|
const rst = await this.tx.findByPaginate(this.table.pageNum, this.table.pageSize)
|
|
const rst = await this.tx.findByPaginate(this.table.pageNum, this.table.pageSize)
|
|
|
|
|
|
|
|
if (rst.state) {
|
|
if (rst.state) {
|
|
|
- this.table.data = rst.data
|
|
|
|
|
|
|
+ this.table.data = Tx.parseLocalRecordList(rst.data)
|
|
|
this.$msgkit.success(rst.msg)
|
|
this.$msgkit.success(rst.msg)
|
|
|
} else {
|
|
} else {
|
|
|
this.$msgkit.error(rst.msg)
|
|
this.$msgkit.error(rst.msg)
|