-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(mis-web): 初始化的用户管理新增前端搜索 (#1144)
当初始化导入用户较多时,想找到对应用户进行设置会很困难,所以加入搜索功能 ![image](https://github.com/PKUHPC/SCOW/assets/140392039/e9e33fe5-3cd8-43a9-8bb4-c35bb5d003a7)
- Loading branch information
1 parent
a970dc7
commit 16f4465
Showing
4 changed files
with
83 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@scow/mis-web": patch | ||
--- | ||
|
||
初始化的用户管理新增前端搜索 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -426,6 +426,7 @@ export default { | |
|
||
initAdmin:"初始管理员", | ||
set:"指同时为租户管理员和平台管理员的用户。", | ||
idOrName: "用户ID或姓名", | ||
}, | ||
}, | ||
job:{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters