review:【antd】流程设计器、文件上传等

This commit is contained in:
YunaiV
2025-09-27 14:02:47 +08:00
parent f50ca431ec
commit af291928ad
5 changed files with 11 additions and 0 deletions

View File

@@ -59,6 +59,9 @@ export function useFormSchema(): VbenFormSchema[] {
fieldName: 'cronExpression',
label: 'CRON 表达式',
component: markRaw(CronTab),
componentProps: {
placeholder: '请输入 CRON 表达式',
},
rules: 'required',
},
{