delete tab keputusan for voter
This commit is contained in:
@@ -27,18 +27,14 @@
|
|||||||
<a href="#"><b>KEHADIRAN</b></a>
|
<a href="#"><b>KEHADIRAN</b></a>
|
||||||
</router-link>
|
</router-link>
|
||||||
|
|
||||||
<router-link :to="{name: 'Zoom'}" tag="li" exact>
|
|
||||||
<a href="#"><b>PAUTAN ZOOM</b></a>
|
|
||||||
</router-link>
|
|
||||||
|
|
||||||
<router-link :to="{name: 'Result'}" v-if="data.election.status==2 && hasVoted()" tag="li">
|
|
||||||
<a href="#"><b>KEPUTUSAN</b></a>
|
|
||||||
</router-link>
|
|
||||||
|
|
||||||
<router-link :to="{name: 'Vote'}" v-if="data.election.status==2 && data.user.saham >= 500 && !hasVoted()" tag="li" exact>
|
<router-link :to="{name: 'Vote'}" v-if="data.election.status==2 && data.user.saham >= 500 && !hasVoted()" tag="li" exact>
|
||||||
<a href="#"><b>UNDIAN</b></a>
|
<a href="#"><b>UNDIAN</b></a>
|
||||||
</router-link>
|
</router-link>
|
||||||
|
|
||||||
|
<router-link :to="{name: 'Zoom'}" tag="li" exact>
|
||||||
|
<a href="#"><b>PAUTAN ZOOM</b></a>
|
||||||
|
</router-link>
|
||||||
|
|
||||||
<!-- <router-link :to="{name: 'Result'}" v-if="data.election.status==2 && hasVoted()" tag="li">
|
<!-- <router-link :to="{name: 'Result'}" v-if="data.election.status==2 && hasVoted()" tag="li">
|
||||||
<a href="#">Keputusan</a>
|
<a href="#">Keputusan</a>
|
||||||
</router-link> -->
|
</router-link> -->
|
||||||
|
|||||||
Reference in New Issue
Block a user