mirror of
https://gitee.com/hhyykk/ipms-sjy-ui.git
synced 2025-08-05 21:54:07 +08:00
ep-admin: fix: 修复表格与搜索框字段不能不一致的问题
This commit is contained in:
@@ -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 = {
|
||||||
|
Reference in New Issue
Block a user