This commit is contained in:
2019-03-08 18:57:00 +00:00
parent 2bb702dc88
commit 4c7eeb8e7b
3 changed files with 27 additions and 2 deletions

View File

@@ -57,6 +57,7 @@
:error-messages="errors.collect('startDate')"
v-validate="'before:endDate'"
ref="startDate"
:error="errors.first('startDate')"
></gz-date-time-picker>
</v-flex>
@@ -68,6 +69,7 @@
:error-messages="errors.collect('endDate')"
v-validate="'after:startDate'"
ref="endDate"
:error="errors.first('endDate')"
></gz-date-time-picker>
</v-flex>