mirror of https://gitee.com/y_project/RuoYi.git
前端定时任务菜单中Cron表达式生成器中-日-选项中的--每小时--应为-每日
parent
e405becf9a
commit
d7a2e80bf6
|
@ -716,7 +716,7 @@
|
|||
<div class="tab-pane" id="tabDay">
|
||||
<div class="radio">
|
||||
<label>
|
||||
<input type="radio" name="rdoDay" id="day_all"> 每小时 允许的通配符[, - * /]
|
||||
<input type="radio" name="rdoDay" id="day_all"> 每日 允许的通配符[, - * /]
|
||||
</label>
|
||||
</div>
|
||||
<div class="radio">
|
||||
|
@ -1169,4 +1169,4 @@ $('#checkCron').click(function() {
|
|||
});
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
|
Loading…
Reference in New Issue