hidden vote by states

This commit is contained in:
liangping 2023-05-16 18:20:31 +08:00
parent 8f793d295a
commit 9f1d093128

View File

@ -41,7 +41,7 @@ const changeTab = (val: '2' | '3' | '4') => {
>Rejected</a
>
</div>
<ProposalListItem :proposals="store?.proposals[tab]" />
<ProposalListItem :proposals="store?.proposals[tab]" :votable="tab === '2'" />
</div>
</template>
<route>