parent
810482a6e0
commit
7c8794fc53
|
@ -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 = {
|
||||||
|
|
Loading…
Reference in New Issue