diff --git a/src/components/Acron/AntCron.vue b/src/components/Acron/AntCron.vue index 39ceaebeef4af175744ff22401ce18ee3e211348..2b112c3dd19a0047dba400c98aef41e3b936dd5b 100644 --- a/src/components/Acron/AntCron.vue +++ b/src/components/Acron/AntCron.vue @@ -35,16 +35,16 @@ - 具体秒数(可多选) + {{ $t('corn.specificSeconds') }} - {{ - index - }} + + {{ index }} + @@ -55,25 +55,23 @@ v-model="result.second.rangeStart" :min="1" :max="60" - >到 + />到 秒 + />秒 - + {{ $t('corn.minute') }}
- 每一分钟 + {{ $t('corn.everyMinute') }} @@ -83,19 +81,17 @@ v-model="result.minute.incrementIncrement" :min="1" :max="60" - >分执行 从 + />分执行 从 分开始 + />分开始 - 具体分钟数(可多选) + {{ $t('corn.specificMinutes') }} {{ index }} + {{ index }} + @@ -118,15 +115,12 @@ v-model="result.minute.rangeStart" :min="1" :max="60" - >到 - 分 + />分 @@ -159,16 +153,16 @@ - 具体小时数(可多选) + {{ $t('corn.specificHours') }} - {{ - index - }} + + {{ index }} + @@ -194,11 +188,11 @@
- + {{ $t('corn.day') }}
- 每一天 + {{ $t('corn.everyDay') }} @@ -240,7 +234,7 @@ - 具体星期几(可多选) + {{ $t('corn.specificDayOfWeek') }} - 具体天数(可多选) + {{ $t('corn.specificDays') }} {{ index + 1 }} + {{ index + 1 }} + - 在这个月的最后一天 + {{ $t('corn.lastmonth') }} - 在这个月的最后一个工作日 + {{ $t('corn.lastWorkingDay') }} @@ -329,8 +324,9 @@ v-for="(val, index) in Array(7)" :key="index" :value="index" - >{{ weekDays[index] }} + {{ weekDays[index] }} + @@ -338,11 +334,11 @@
- + {{ $t('corn.month') }}
- 每一月 + {{ $t('corn.everyMonth') }} @@ -364,7 +360,7 @@ - 具体月数(可多选) + {{ $t('corn.specificMonths') }} {{ index + 1 }} + {{ index + 1 }} + @@ -388,26 +385,24 @@ v-model="result.month.rangeStart" :min="1" :max="12" - >到 + />到 月之间的每个月 + />月之间的每个月
- + {{ $t('corn.year') }}
- 每一年 + {{ $t('corn.everyYear') }} @@ -429,7 +424,7 @@ - 具体年份(可多选) + {{ $('corn.specificYear') }}