Add page control to user management page

This commit is contained in:
2023-11-29 21:59:49 +08:00
parent 3f08262879
commit 2851467cd3
3 changed files with 30 additions and 10 deletions

5
src/global.d.ts vendored
View File

@@ -175,6 +175,11 @@ interface TableParam {
filters?: Record<string, _FilterValue | null>
}
interface UserGetParam extends PageParam {
searchValue?: string
searchRegex?: boolean
}
interface UserAddEditParam {
id?: string
username: string