Commit 73816843 authored by chenqikuai's avatar chenqikuai

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

parent 4e574c40
......@@ -53,9 +53,6 @@
<span class="text-black text-xs">
{{ height | filterBlockReward }}
</span>
<span class="text-text-color text-xs">
{{ height | filterVotePackReward }}
</span>
</div>
</div>
</div>
......
......@@ -14,6 +14,7 @@
<m-tx-item
v-for="n in 6"
:key="n"
:row="{}"
:txGroup="
(n <= 3 && 'isGroupItem') || (n === 4 && 'isGroupItemEnd') || undefined
"
......
......@@ -52,13 +52,10 @@
}"
>
<span class="text-app-color-2">
{{ item.minerHash | filterHash }}
{{ item.minerHash }}
</span>
</router-link>
</div>
<div class="graytxt">
{{item.height | filterVotePackReward}}
</div>
</div>
</div>
</div>
......
......@@ -70,7 +70,6 @@
<template slot-scope="block">
<div class="light2">
{{ block.row.height | filterBlockReward }}
({{ block.row.height | filterVotePackReward }})
</div>
</template>
</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