mirror of
https://github.com/continew-org/continew-admin-ui.git
synced 2025-09-13 14:57:14 +08:00
refactor: 重构用户管理搜索栏(支持多条件展开及折叠)
This commit is contained in:
@@ -37,6 +37,7 @@ export interface UserImportResp {
|
||||
export interface UserQuery {
|
||||
description?: string
|
||||
status?: number
|
||||
createTime?: Array<string>
|
||||
deptId?: string
|
||||
sort: Array<string>
|
||||
}
|
||||
|
Reference in New Issue
Block a user