refactor: 重构用户管理搜索栏(支持多条件展开及折叠)

This commit is contained in:
2024-10-13 11:00:44 +08:00
parent ff879405d7
commit 50a6d17516
11 changed files with 98 additions and 42 deletions

View File

@@ -37,6 +37,7 @@ export interface UserImportResp {
export interface UserQuery {
description?: string
status?: number
createTime?: Array<string>
deptId?: string
sort: Array<string>
}