add no calon on voter home
This commit is contained in:
@@ -47,6 +47,7 @@
|
|||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th></th>
|
<th></th>
|
||||||
|
<th>Bil.</th>
|
||||||
<th>Nama</th>
|
<th>Nama</th>
|
||||||
<th>No. Anggota</th>
|
<th>No. Anggota</th>
|
||||||
<th>Unit</th>
|
<th>Unit</th>
|
||||||
@@ -60,6 +61,7 @@
|
|||||||
<td><img @click="view(nominee, i)" :src="createBase64ImageUrl(nominee.photo)"
|
<td><img @click="view(nominee, i)" :src="createBase64ImageUrl(nominee.photo)"
|
||||||
class="thumbnail" style="height: 60px;width: 60px;" />
|
class="thumbnail" style="height: 60px;width: 60px;" />
|
||||||
</td>
|
</td>
|
||||||
|
<td>{{ nominee.no_calon }}</td>
|
||||||
<td>{{ nominee.name }}</td>
|
<td>{{ nominee.name }}</td>
|
||||||
<td>{{ nominee.no_anggota }}</td>
|
<td>{{ nominee.no_anggota }}</td>
|
||||||
<td>{{ nominee.unit }}</td>
|
<td>{{ nominee.unit }}</td>
|
||||||
|
|||||||
Reference in New Issue
Block a user