review:【antd】流程设计器、文件上传等
This commit is contained in:
@@ -59,6 +59,9 @@ export function useFormSchema(): VbenFormSchema[] {
|
||||
fieldName: 'cronExpression',
|
||||
label: 'CRON 表达式',
|
||||
component: markRaw(CronTab),
|
||||
componentProps: {
|
||||
placeholder: '请输入 CRON 表达式',
|
||||
},
|
||||
rules: 'required',
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user