web: readd stop date
This commit is contained in:
parent
b2fc33b137
commit
4e4f7c5811
1 changed files with 12 additions and 1 deletions
|
@ -113,7 +113,18 @@
|
|||
label="Start Date (optional)"
|
||||
variant="outlined"
|
||||
prepend-icon=""
|
||||
prepend-inner-icon="mdi-calenadddar-remove"
|
||||
prepend-inner-icon="mdi-calendar-check"
|
||||
clearable
|
||||
v-model="addStartDate"
|
||||
hide-details
|
||||
></v-date-input>
|
||||
</div>
|
||||
<div class="mb-6">
|
||||
<v-date-input
|
||||
label="Stop Date (optional)"
|
||||
variant="outlined"
|
||||
prepend-icon=""
|
||||
prepend-inner-icon="mdi-calendar-remove"
|
||||
clearable
|
||||
v-model="addStopDate"
|
||||
hide-details
|
||||
|
|
Loading…
Reference in a new issue