diff --git a/src/modules/[chain]/consensus/index.vue b/src/modules/[chain]/consensus/index.vue index 9bd69cc4..6ce57541 100644 --- a/src/modules/[chain]/consensus/index.vue +++ b/src/modules/[chain]/consensus/index.vue @@ -254,46 +254,40 @@ async function update() {

{{ $t('consensus.updated_at') }} {{ newTime || '' }}

-
+
{{ $t('consensus.round') }}: {{ item.round }}
{{ item.prevotes_bit_array }}
-
+
- {{ showName(i, pre) }} + + {{ showName(i, 'nil-Vote') }} + +   +   + +
- -
-
-
- {{ $t('consensus.proposer_sign') }} -
-
-
- {{ $t('consensus.proposer_not_sign') }} -
-
-
- {{ $t('consensus.sign') }} -
- -
-
- {{ $t('consensus.not_sign') }} -
-