vue changes on nominee

This commit is contained in:
faiqahzaman
2024-03-03 11:08:12 +08:00
parent 1096f81bec
commit b8fcadcb1d
2 changed files with 9 additions and 9 deletions
@@ -11,13 +11,13 @@
</div>
<div class="form-group">
<label for="student_id">No. Anggota</label>
<input type="text" name="student_id" class="form-control" required />
<label for="no_anggota">No. Anggota</label>
<input type="text" name="no_anggota" class="form-control" required />
</div>
<div class="form-group">
<label for="Unit">Unit</label>
<input type="text" name="Unit" class="form-control" required />
<label for="unit">Unit</label>
<input type="text" name="unit" class="form-control" required />
</div>
<div class="form-group">
@@ -46,10 +46,10 @@
</select>
</div>
<div>
<!-- <div>
<label for="image">Masukkan Gambar</label>
<input type="file" accept="image/*" @change="uploadImage($event)" id="file-input">
</div>
</div> -->
<div class="form-group pull-right">