qsh 1 month ago
parent c0be75b6fd
commit 831c343448
  1. 1
      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

Loading…
Cancel
Save