pull/189/head
xiaojunnuo 2024-09-20 13:27:07 +08:00
parent d331fea477
commit 4e4bbee8c2
2 changed files with 2 additions and 2 deletions

View File

@ -84,7 +84,7 @@ export default function (certPluginGroup: PluginGroup, formWrapperRef: any): Cre
placeholder: "0 0 4 * * *" placeholder: "0 0 4 * * *"
}, },
helper: helper:
"点击上面的按钮,选择每天几点几分定时执行, 例如0 0 4 * * *每天凌晨4点0分0秒触发\n建议设置为每天触发一次证书未到期之前任务会跳过不会重复执行", "点击上面的按钮,选择每天几点几分定时执行,后面的分秒都要选择0。\n例如0 0 4 * * *每天凌晨4点0分0秒触发\n建议设置为每天触发一次证书未到期之前任务会跳过不会重复执行",
order: 100 order: 100
} }
}, },

View File

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