Revert "feat: add search slots"

This reverts commit 078249677b.
This commit is contained in:
xingyu4j
2022-12-08 12:37:16 +08:00
parent 078249677b
commit 9315ac0bec
4 changed files with 12 additions and 12 deletions

View File

@ -155,7 +155,6 @@ const filterSearchSchema = (crudSchema: VxeCrudSchema): VxeFormItemProps[] => {
itemRender: schemaItem.itemRender ? schemaItem.itemRender : itemRender,
field: schemaItem.field,
title: schemaItem.search?.title || schemaItem.title,
slots: schemaItem.search?.slots,
span: span
}
searchSchema.push(searchSchemaItem)