vue naming changes

This commit is contained in:
faiqahzaman
2024-02-29 16:36:11 +08:00
parent b67f7f4948
commit 0a05b23cac
10 changed files with 140 additions and 100 deletions
@@ -16,17 +16,19 @@
<table class="table table-hover" id="position_table">
<thead>
<tr>
<th>Nama</th>
<th>Nama Anggota</th>
<th>No. Kad Pengenalan</th>
<th>No. Anggota</th>
<th>Course</th>
<th>Unit</th>
<th>Action</th>
</tr>
</thead>
<tbody>
<tr v-for="(voter,i) in data.voters.data">
<td>{{ voter.name }}</td>
<td>{{ voter.student_id }}</td>
<td>{{ voter.course }}</td>
<td>{{ voter.no_kp }}</td>
<td>{{ voter.no_anggota }}</td>
<td>{{ voter.unit }}</td>
<td>
<button class="btn btn-info" @click="edit(i)">
<i class="fa fa-edit"></i> Edit