|
|
@ -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 |
|
|
|