vue changes on nominee
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
<th>No. Anggota</th>
|
||||
<th>Unit</th>
|
||||
<th>Position</th>
|
||||
<th>Partylist</th>
|
||||
<!-- <th>Partylist</th> -->
|
||||
<th>Action</th>
|
||||
</tr>
|
||||
</thead>
|
||||
@@ -46,10 +46,10 @@
|
||||
<img :alt="nominee.name" :src="data.storageURL+nominee.image" class="thumbnail" style="height: 60px;width: 60px;">
|
||||
</td>
|
||||
<td>{{ nominee.name}}</td>
|
||||
<td>{{ nominee.student_id}}</td>
|
||||
<td>{{ nominee.no_anggota}}</td>
|
||||
<td>{{ nominee.unit}}</td>
|
||||
<td>{{ nominee.position}}</td>
|
||||
<td>{{ nominee.partylist}}</td>
|
||||
<!-- <td>{{ nominee.partylist}}</td> -->
|
||||
<td>
|
||||
<router-link :to="{name: 'Edit Nominee', params:{id:nominee.id}}" class="btn btn-info">
|
||||
<i class="fa fa-edit"></i> Edit
|
||||
|
||||
Reference in New Issue
Block a user