From 0b3a9844f78da1d84bab05315cc296e9dd7038fc Mon Sep 17 00:00:00 2001 From: wangruidong <940853815@qq.com> Date: Thu, 13 Jun 2024 10:39:07 +0800 Subject: [PATCH] fix: Crontab - Failed to set minute range --- .../Form/CronTab/components/Crontab-Min.vue | 19 ++++++------------- 1 file changed, 6 insertions(+), 13 deletions(-) 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 {