This commit is contained in:
lesion
2022-06-22 14:07:28 +02:00
parent 7516fd3d36
commit 1c181cba65
2 changed files with 5 additions and 3 deletions

View File

@@ -45,6 +45,7 @@ v-col(cols=12)
:label="$t('event.from')"
:value="fromHour"
:disabled='!value.from'
readonly
:prepend-icon="mdiClockTimeFourOutline"
:rules="[$validators.required('event.from')]"
v-bind="attrs"
@@ -70,6 +71,7 @@ v-col(cols=12)
:label="$t('event.due')"
:value="dueHour"
:disabled='!fromHour'
readonly
:prepend-icon="mdiClockTimeEightOutline"
v-bind="attrs"
v-on="on")