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
@@ -33,7 +33,7 @@
<td><input type="radio" :name="position.id" :id="nominee.id"/></td>
<td>{{ nominee.name }}</td>
<td>{{ getPartylist(nominee.partylist_id) }}</td>
<td>{{ nominee.course }}</td>
<td>{{ nominee.unit }}</td>
</tr>
</tbody>
</table>