Эх сурвалжийг харах

修复pending界面blockNumber错误的问题

skyfffire 3 жил өмнө
parent
commit
2d28c56100

+ 2 - 2
src/components/Pending.vue

@@ -31,9 +31,9 @@ export default {
     table: {
       search: '',
       loading: false,
-      groupBy: 'block',
+      groupBy: 'blockNumber',
       groupDesc: false,
-      sortBy: ['block', 'gasPrice', 'pending'],
+      sortBy: ['blockNumber', 'gasPrice', 'timestamp'],
       sortDesc: [false, true, false],
       pageSize: 200,
       pageNum: 1,