refactor: doc

This commit is contained in:
xiaojunnuo
2023-07-06 15:18:41 +08:00
parent 22712eae96
commit 14de21ee64
2 changed files with 4 additions and 3 deletions
@@ -62,7 +62,7 @@
name: 'a-input',
vModel: 'value'
},
helper: 'cron表达式,例如: * * 3 * * * ,表示每天凌晨3点触发',
helper: 'cron表达式,例如: 0 0 3 * * * ,表示每天凌晨3点触发',
rules: [{ required: true, message: '此项必填' }]
}"
/>