diff --git a/src/hooks/web/useCrudSchemas.ts b/src/hooks/web/useCrudSchemas.ts index 5708a67..f1e6043 100644 --- a/src/hooks/web/useCrudSchemas.ts +++ b/src/hooks/web/useCrudSchemas.ts @@ -276,6 +276,7 @@ const filterDescriptionsSchema = (crudSchema: CrudSchema[]): DescriptionsSchema[ } if (schemaItem.form?.component == 'Editor') { descriptionsSchemaItem.span = 2 + descriptionsSchemaItem.isEditor = true } if (schemaItem.dictType) { descriptionsSchemaItem.dictType = schemaItem.dictType