ep-admin: fix: 修复表格与搜索框字段不能不一致的问题

(cherry picked from commit 9fba2886ab)
This commit is contained in:
YunaiV 2023-04-15 00:53:07 +08:00 committed by shizhong
parent 810482a6e0
commit 7c8794fc53

View File

@ -29,6 +29,8 @@ type CrudSearchParams = {
show?: boolean
// 接口
api?: () => Promise<any>
// 搜索字段
field?: string
} & Omit<FormSchema, 'field'>
type CrudTableParams = {