Added descriptive data to top of Observation.
This commit is contained in:
parent
61b4abb688
commit
0aefc59dce
@ -1,5 +1,8 @@
|
||||
<template>
|
||||
<b-container>
|
||||
<h3>{{site}}</h3>
|
||||
<h3>{{type}}</h3>
|
||||
<h3>{{description}}</h3>
|
||||
<div>
|
||||
<b-modal ref="submissionModal" hide-footer title="Confirm Submission" @hidden="hideModal">
|
||||
<div class="d-block text-center">
|
||||
@ -48,7 +51,7 @@
|
||||
<b-col cols="3">
|
||||
<b-form-group label="Type">
|
||||
<b-form-select v-bind:value="item.type" @change="changeType(index, $event)" required>
|
||||
<option value="">Please select an option</option>
|
||||
<option :value=null>Please select an option</option>
|
||||
<option value="MONITORING">Monitoring</option>
|
||||
<option value="CONTROL">Control</option>
|
||||
<option value="CONSERVATISM">Conservatism</option>
|
||||
@ -88,7 +91,7 @@
|
||||
<b-button type="submit" variant="primary">Submit</b-button>
|
||||
</b-col>
|
||||
<b-col offset="1" cols="1">
|
||||
<b-button v-on:click="this.addAnotherObservation ">Add Entry</b-button>
|
||||
<b-button v-on:click="this.addAnotherObservation">Add Entry</b-button>
|
||||
</b-col>
|
||||
</b-row>
|
||||
</b-form>
|
||||
|
Loading…
Reference in New Issue
Block a user