review:代码生成的 demo01、demo02
This commit is contained in:
@@ -51,12 +51,14 @@ export function useFormSchema(): VbenFormSchema[] {
|
||||
valueFormat: 'x',
|
||||
},
|
||||
},
|
||||
// TODO 【富文本】@puhui999:@芋艿:后续要封装下;单独 pr
|
||||
{
|
||||
fieldName: 'description',
|
||||
label: '简介',
|
||||
rules: 'required',
|
||||
component: 'Editor',
|
||||
},
|
||||
// TODO 【文件上传】@puhui999:@芋艿:后续要封装下;单独 pr
|
||||
{
|
||||
fieldName: 'avatar',
|
||||
label: '头像',
|
||||
|
||||
Reference in New Issue
Block a user