pull/189/head
xiaojunnuo 2024-09-18 17:22:08 +08:00
parent ce3426368b
commit 5021a2081e
1 changed files with 2 additions and 1 deletions

View File

@ -56,7 +56,8 @@
name: 'cron-editor',
vModel: 'modelValue'
},
helper: '点击上面的按钮,选择每天几点几分定时执行, 例如0 0 4 * * *每天凌晨4点0分0秒触发\n建议设置为每天触发一次证书未到期之前任务会跳过不会重复执行',
helper:
'点击上面的按钮,选择每天几点几分定时执行, 例如0 0 4 * * *每天凌晨4点0分0秒触发\n建议设置为每天触发一次证书未到期之前任务会跳过不会重复执行',
rules: [{ required: true, message: '此项必填' }]
}"
/>