Commit 9fba2886 by YunaiV

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

parent 44c18473
...@@ -29,6 +29,8 @@ type CrudSearchParams = { ...@@ -29,6 +29,8 @@ type CrudSearchParams = {
show?: boolean show?: boolean
// 接口 // 接口
api?: () => Promise<any> api?: () => Promise<any>
// 搜索字段
field?: string
} & Omit<FormSchema, 'field'> } & Omit<FormSchema, 'field'>
type CrudTableParams = { type CrudTableParams = {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment