{{ $t('corn.second') }}
{{ $t('corn.everySecond') }}
{{ $t('corn.everyOther') }}
秒执行 从
秒开始
{{ $t('corn.specificSeconds') }}
{{ index }}
周期从
到
秒
{{ $t('corn.minute') }}
{{ $t('corn.everyMinute') }}
每隔
分执行 从
分开始
{{ $t('corn.specificMinutes') }}
{{ index }}
周期从
到分
时
每一小时
每隔
小时执行 从
小时开始
{{ $t('corn.specificHours') }}
{{ index }}
周期从
到
小时
{{ $t('corn.day') }}
{{ $t('corn.everyDay') }}
每隔
周执行 从
{{ weekDays[index - 1] }} 开始
每隔
天执行 从
日开始
{{ $t('corn.specificDayOfWeek') }}
{{ weekDays[index - 1] }}
{{ $t('corn.specificDays') }}
{{ index + 1 }}
{{ $t('corn.lastmonth') }}
{{ $t('corn.lastWorkingDay') }}
在这个月的最后一个
{{ weekDays[index] }}
在本月底前
天
最近的工作日(周一至周五)至本月
日
在这个月的第
个
{{ weekDays[index] }}
{{ $t('corn.month') }}
{{ $t('corn.everyMonth') }}
每隔
月执行 从
月开始
{{ $t('corn.specificMonths') }}
{{ index + 1 }}
从
到
月之间的每个月
{{ $t('corn.year') }}
{{ $t('corn.everyYear') }}
每隔
年执行 从
年开始
{{ $('corn.specificYear') }}
{{ curYear + index - 1 }}
从
到
年之间的每一年
{{ this.cron }}