Merge branch 'finadev' of https://gitlab.com/erahn/voting into Hayatie

This commit is contained in:
hayatie
2024-04-22 10:25:32 +08:00
12 changed files with 600 additions and 281 deletions
@@ -9,13 +9,14 @@
<i class="fa fa-plus"></i> Tambah Pengundi
</router-link>
<button class="btn btn-default" @click="refreshVoter()">
<i class="fa fa-refresh"></i> Kemaskini
<i class="fa fa-refresh"></i> Kemaskini Pengundi
</button>
</div>
<div class="table-responsive">
<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>