nex_docus/docs/sdd/specs/DV-0004-rbac-admin/verification.md

16 lines
496 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# DV-0004RBAC 与系统管理 验证Verification
## 手工验收清单
- [x] 角色增删改、菜单/权限点授权
- [x] 用户增删改/启停/分配角色/重置密码
- [x] 超级管理员拥有全部权限
- [x] 仪表盘统计正确
## 结构性证据
| VER | 证据 | 证明 |
| --- | --- | --- |
| VER-10 | models/role.py, menu.py | FR-6 |
| VER-11 | api/v1/{roles,role_permissions,users,menu,dashboard}.py | FR-6/7/8 |
| VER-16 | frontend/src/pages/System/* | FR-6/7 |