fix: cron input
This commit is contained in:
@@ -219,14 +219,16 @@ watch(cron, () => {
|
|||||||
class="input font-mono flex-1"
|
class="input font-mono flex-1"
|
||||||
@change="onChangeCronValue"
|
@change="onChangeCronValue"
|
||||||
/>
|
/>
|
||||||
<label class="label flex-1 basis-full">
|
<label
|
||||||
{{ $t("cron.rrule_start") }}
|
|
||||||
<date-input
|
|
||||||
v-if="
|
v-if="
|
||||||
cronType === CronType.EVERY_N_DAYS ||
|
cronType === CronType.EVERY_N_DAYS ||
|
||||||
cronType === CronType.EVERY_N_WEEKS ||
|
cronType === CronType.EVERY_N_WEEKS ||
|
||||||
cronType === CronType.EVERY_N_MONTHS
|
cronType === CronType.EVERY_N_MONTHS
|
||||||
"
|
"
|
||||||
|
class="label flex-1 basis-full"
|
||||||
|
>
|
||||||
|
{{ $t("cron.rrule_start") }}
|
||||||
|
<date-input
|
||||||
v-model="cronDate"
|
v-model="cronDate"
|
||||||
required
|
required
|
||||||
class="input font-mono"
|
class="input font-mono"
|
||||||
|
|||||||
Reference in New Issue
Block a user