Commit 73816843 authored by chenqikuai's avatar chenqikuai

fix:删除打包奖励和投票奖励

parent 4e574c40
...@@ -53,9 +53,6 @@ ...@@ -53,9 +53,6 @@
<span class="text-black text-xs"> <span class="text-black text-xs">
{{ height | filterBlockReward }} {{ height | filterBlockReward }}
</span> </span>
<span class="text-text-color text-xs">
{{ height | filterVotePackReward }}
</span>
</div> </div>
</div> </div>
</div> </div>
......
...@@ -14,6 +14,7 @@ ...@@ -14,6 +14,7 @@
<m-tx-item <m-tx-item
v-for="n in 6" v-for="n in 6"
:key="n" :key="n"
:row="{}"
:txGroup=" :txGroup="
(n <= 3 && 'isGroupItem') || (n === 4 && 'isGroupItemEnd') || undefined (n <= 3 && 'isGroupItem') || (n === 4 && 'isGroupItemEnd') || undefined
" "
......
...@@ -52,13 +52,10 @@ ...@@ -52,13 +52,10 @@
}" }"
> >
<span class="text-app-color-2"> <span class="text-app-color-2">
{{ item.minerHash | filterHash }} {{ item.minerHash }}
</span> </span>
</router-link> </router-link>
</div> </div>
<div class="graytxt">
{{item.height | filterVotePackReward}}
</div>
</div> </div>
</div> </div>
</div> </div>
......
...@@ -70,7 +70,6 @@ ...@@ -70,7 +70,6 @@
<template slot-scope="block"> <template slot-scope="block">
<div class="light2"> <div class="light2">
{{ block.row.height | filterBlockReward }} {{ block.row.height | filterBlockReward }}
({{ block.row.height | filterVotePackReward }})
</div> </div>
</template> </template>
</el-table-column> </el-table-column>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment