fix issue

This commit is contained in:
liangping 2023-12-26 15:54:14 +08:00
parent 3a3ffd5e36
commit 2094c2c48d

View File

@ -254,7 +254,7 @@ async function update() {
<h2 class="text-sm card-title text-error mb-6">
{{ $t('consensus.updated_at') }} {{ newTime || '' }}
</h2>
<div v-for="item in roundState.height_vote_set.reverse()" :key="item.round">
<div v-for="item in roundState.height_vote_set" :key="item.round">
<div class="text-xs mb-1">{{ $t('consensus.round') }}: {{ item.round }}</div>
<div class="text-xs break-words">{{ item.prevotes_bit_array }}</div>