|
@@ -37,11 +37,12 @@ export default {
|
|
|
data: [],
|
|
data: [],
|
|
|
headers: [
|
|
headers: [
|
|
|
{text: "Option", value: 'option'},
|
|
{text: "Option", value: 'option'},
|
|
|
- {text: 'block', value: 'blockNumber'},
|
|
|
|
|
- {text: 'comment', value: 'comment'},
|
|
|
|
|
- {text: 'isMev', value: 'isMev'},
|
|
|
|
|
- {text: 'isBot', value: 'isBot'},
|
|
|
|
|
- {text: 'history', value: 'history', width: '10%'},
|
|
|
|
|
|
|
+ {text: 'Block', value: 'blockNumber'},
|
|
|
|
|
+ {text: 'Comment', value: 'comment'},
|
|
|
|
|
+ {text: 'IsMev', value: 'isMev'},
|
|
|
|
|
+ {text: 'IsBot', value: 'isBot'},
|
|
|
|
|
+ {text: 'Timestamp', value: 'timestamp'},
|
|
|
|
|
+ {text: 'History', value: 'history', width: '10%'},
|
|
|
]
|
|
]
|
|
|
},
|
|
},
|
|
|
}),
|
|
}),
|
|
@@ -53,7 +54,6 @@ export default {
|
|
|
this.table.loading = true
|
|
this.table.loading = true
|
|
|
this.table.data.length = 0
|
|
this.table.data.length = 0
|
|
|
|
|
|
|
|
- console.log("?",this.query)
|
|
|
|
|
const rst = await this.block.find(this.query, this.table.pageNum, this.table.pageSize)
|
|
const rst = await this.block.find(this.query, this.table.pageNum, this.table.pageSize)
|
|
|
|
|
|
|
|
if (rst.state) {
|
|
if (rst.state) {
|