Crontab组件优化

This commit is contained in:
RuoYi
2021-12-02 10:44:46 +08:00
parent 82779f3c70
commit 2e17d9c084
9 changed files with 181 additions and 221 deletions

View File

@@ -2,7 +2,12 @@
<div>
<el-tabs type="border-card">
<el-tab-pane label="秒" v-if="shouldHide('second')">
<CrontabSecond @update="updateCrontabValue" :check="checkNumber" ref="cronsecond" />
<CrontabSecond
@update="updateCrontabValue"
:check="checkNumber"
:cron="crontabValueObj"
ref="cronsecond"
/>
</el-tab-pane>
<el-tab-pane label="分钟" v-if="shouldHide('min')">