Browse Source

修复pending界面blockNumber错误的问题

skyfffire 2 năm trước cách đây
mục cha
commit
2d28c56100
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      src/components/Pending.vue

+ 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,