vue changes on nominee
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user