add bilangan on maklumat pengundi

This commit is contained in:
nurafrinaalimi16
2024-04-21 15:30:48 +08:00
parent 545c08bb90
commit ad41f4bcfd
2 changed files with 25 additions and 1 deletions
@@ -16,6 +16,7 @@
<table class="table table-hover" id="position_table">
<thead>
<tr>
<th>Bil.</th>
<th>Nama Anggota</th>
<th>No. Kad Pengenalan</th>
<th>No. Anggota</th>
@@ -27,6 +28,7 @@
</thead>
<tbody>
<tr v-for="(voter,i) in data.voters.data">
<td>{{ i + 1 }}</td>
<td>{{ voter.name }}</td>
<td>{{ voter.no_kp }}</td>
<td>{{ voter.no_anggota }}</td>