newcommit

This commit is contained in:
hayatie
2024-04-16 15:26:30 +08:00
parent bdb86d29b8
commit df6ffb203e
13 changed files with 238 additions and 146 deletions
@@ -34,7 +34,7 @@
</tr>
</thead>
<tbody>
<tr v-for="nominee in nominees">
<tr v-for="nominee in nominees" :key="nominee.id">
<td>
<img :alt="nominee.name" :src="createBase64ImageUrl(nominee.photo)" class="thumbnail"
style="height: 60px;width: 60px;">
@@ -56,7 +56,7 @@
<button class="btn btn-danger" @click="util.showModal(nominee.id)" id=nominee.id>
<i class="fa fa-trash"></i> Padam
</button>
</td>
</tr>
<tr v-if="nominees.length < 1">
<td colspan="7">No Calon</td>