瀏覽代碼

修复pending界面blockNumber错误的问题

skyfffire 2 年之前
父節點
當前提交
2d28c56100
共有 1 個文件被更改,包括 2 次插入2 次删除
  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,