add image input on add calon page
This commit is contained in:
@@ -46,18 +46,19 @@
|
|||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- <div>
|
<div>
|
||||||
<label for="image">Masukkan Gambar</label>
|
<label for="image">Masukkan Gambar</label>
|
||||||
<input type="file" accept="image/*" @change="uploadImage($event)" id="file-input">
|
<input type="file" accept="image/*" @change="uploadImage($event)" id="file-input">
|
||||||
</div> -->
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<div class="form-group pull-right">
|
<div class="form-group pull-right">
|
||||||
<input type="submit" value="Submit" class="btn btn-info">
|
|
||||||
<router-link :to="{ name: 'Maklumat Calon', query: { position_id: position_id } }"
|
<router-link :to="{ name: 'Maklumat Calon', query: { position_id: position_id } }"
|
||||||
class="btn btn-default">
|
class="btn btn-default">
|
||||||
Submit
|
Cancel
|
||||||
</router-link>
|
</router-link>
|
||||||
|
<input type="submit" value="Submit" class="btn btn-info">
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
|
|||||||
Reference in New Issue
Block a user