Files
FastapiAdmin/backend/app/scripts/data/system_role.json
T
zhangtao e159b31e62 feat: Add role code to system_role.json and update system_users.json creator_id to null
fix: Refactor initialize.py to handle nested children data during initialization

feat: Implement tree structure traversal functions in common_util.py

chore: Update requirements.txt to specify sqlalchemy-crud-plus version and add rich

refactor: Change API endpoints in dept.ts and menu.ts to return tree structure

feat: Add code field to role, dept, and menu interfaces in respective TypeScript files

fix: Update dept and role Vue components to display and handle code field

docs: Add comprehensive project documentation for FastAPI Vue3 Admin
2025-09-15 00:19:11 +08:00

11 lines
172 B
JSON

[
{
"name": "管理员角色",
"data_scope": 4,
"code": "ADMIN",
"status": true,
"order": 1,
"description": "管理员",
"creator_id": 1
}
]