feat(user): 新增用户管理功能

- 添加用户列表页面,包含搜索、分页等功能
- 实现用户状态切换和详情查看功能
- 新增用户选择组件,用于选择用户
- 优化表格组件,支持自定义列和操作
- 添加面包屑组件,用于展示导航路径
This commit is contained in:
2025-04-28 17:57:16 +08:00
parent 749d285a0d
commit e0868a10af
17 changed files with 1132 additions and 46 deletions

View File

@@ -0,0 +1,6 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 32 32" width="20" height="20" style="border-color: rgba(0,0,0,0);border-width: bpx;border-style: undefined" filter="none">
<g>
<path d="M6.667 2.667h18.667c0.736 0 1.333 0.597 1.333 1.333v0 25.524c0 0 0 0.001 0 0.001 0 0.368-0.298 0.667-0.667 0.667-0.131 0-0.254-0.038-0.357-0.104l0.003 0.002-9.645-6.049-9.645 6.048c-0.101 0.064-0.223 0.102-0.355 0.102-0.368 0-0.666-0.298-0.667-0.666v-25.524c0-0.736 0.597-1.333 1.333-1.333v0z" fill="rgba(21.93,132.09,251.94,1)"></path>
</g>
</svg>

After

Width:  |  Height:  |  Size: 599 B