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

This commit is contained in:
nurafrinaalimi16
2024-04-21 16:57:10 +08:00
32 changed files with 2924 additions and 23927 deletions
@@ -23,7 +23,7 @@
<th>Unit</th>
<th>Saham</th>
<th>Yuran</th>
<th>Action</th>
<th>Tindakan</th>
</tr>
</thead>
<tbody>
@@ -37,12 +37,12 @@
<td>{{ voter.yuran }}</td>
<td>
<button class="btn btn-info" @click="edit(i)">
<i class="fa fa-edit"></i> Edit
<i class="fa fa-edit"></i> Set semula
</button>
<button
class="btn btn-danger"
@click="util.showModal('#delete-voter-modal');id=voter.id">
<i class="fa fa-trash"></i> Delete
<i class="fa fa-trash"></i> Padam
</button>
</td>
</tr>