修正单词拼写错误

This commit is contained in:
RuoYi
2021-09-08 09:31:37 +08:00
parent ea20fa3ce2
commit cd4119b26a
7 changed files with 256 additions and 256 deletions

View File

@@ -75,7 +75,7 @@ export default {
if (this.radioValue === 1) {
this.$emit('update', 'day', '*', 'day');
this.$emit('update', 'week', '?', 'day');
this.$emit('update', 'mouth', '*', 'day');
this.$emit('update', 'month', '*', 'day');
} else {
if (this.cron.hour === '*') {
this.$emit('update', 'hour', '0', 'day');
@@ -176,4 +176,4 @@ export default {
}
}
}
</script>
</script>