diff --git a/src/components/Form/CronTab/components/Crontab-Min.vue b/src/components/Form/CronTab/components/Crontab-Min.vue index 7d241b6a5..394b2dd0f 100644 --- a/src/components/Form/CronTab/components/Crontab-Min.vue +++ b/src/components/Form/CronTab/components/Crontab-Min.vue @@ -7,18 +7,11 @@ - - - {{ this.$t('common.CronTab.from') }} - - - {{ this.$t('common.CronTab.min') }} - - - {{ this.$t('common.CronTab.from') }} - {{ this.$t('common.CronTab.min') }}{{ this.$t('common.CronTab.executeOnce') }} + + {{ this.$t('common.CronTab.min') }}{{ this.$t('common.CronTab.executeOnce') }} @@ -33,7 +26,7 @@ size="small" style="width:100%" > - {{ item-1 }} + {{ item - 1 }} @@ -158,7 +151,7 @@ export default {