This commit is contained in:
qsh
2025-08-12 17:35:37 +08:00
parent c0be75b6fd
commit 831c343448

View File

@@ -276,6 +276,7 @@ const filterDescriptionsSchema = (crudSchema: CrudSchema[]): DescriptionsSchema[
} }
if (schemaItem.form?.component == 'Editor') { if (schemaItem.form?.component == 'Editor') {
descriptionsSchemaItem.span = 2 descriptionsSchemaItem.span = 2
descriptionsSchemaItem.isEditor = true
} }
if (schemaItem.dictType) { if (schemaItem.dictType) {
descriptionsSchemaItem.dictType = schemaItem.dictType descriptionsSchemaItem.dictType = schemaItem.dictType