Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
phsl
/
admin
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
9fba2886
authored
Apr 15, 2023
by
YunaiV
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ep-admin: fix: 修复表格与搜索框字段不能不一致的问题
parent
44c18473
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
src/hooks/web/useCrudSchemas.ts
+2
-0
No files found.
src/hooks/web/useCrudSchemas.ts
View file @
9fba2886
...
@@ -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
=
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment