mirror of
https://github.com/fastapiadmin/FastapiAdmin.git
synced 2026-09-20 20:39:55 +00:00
refactor: 大规模代码整理与功能优化
1. 重构后端API路由、CRUD与模块结构,整合日志管理,移除废弃demo代码 2. 优化前端组件类型定义、样式与路由配置,修复权限判断逻辑 3. 调整默认排序规则、滚动条样式与工具类函数,更新依赖与配置文件 4. 修复多处类型不匹配与默认值问题,完善表单与菜单验证逻辑
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
"name": "技术总监",
|
||||
"code": "TECH_DIRECTOR",
|
||||
"order": 1,
|
||||
"status": "0",
|
||||
"status": 0,
|
||||
"description": "技术部门负责人",
|
||||
"tenant_id": 1
|
||||
},
|
||||
@@ -11,7 +11,7 @@
|
||||
"name": "高级工程师",
|
||||
"code": "SR_ENGINEER",
|
||||
"order": 2,
|
||||
"status": "0",
|
||||
"status": 0,
|
||||
"description": "高级技术岗位",
|
||||
"tenant_id": 1
|
||||
},
|
||||
@@ -19,7 +19,7 @@
|
||||
"name": "工程师",
|
||||
"code": "ENGINEER",
|
||||
"order": 3,
|
||||
"status": "0",
|
||||
"status": 0,
|
||||
"description": "技术岗位",
|
||||
"tenant_id": 1
|
||||
},
|
||||
@@ -27,7 +27,7 @@
|
||||
"name": "产品经理",
|
||||
"code": "PRODUCT_MANAGER",
|
||||
"order": 4,
|
||||
"status": "0",
|
||||
"status": 0,
|
||||
"description": "产品管理岗位",
|
||||
"tenant_id": 1
|
||||
},
|
||||
@@ -35,7 +35,7 @@
|
||||
"name": "运营专员",
|
||||
"code": "OPERATOR",
|
||||
"order": 5,
|
||||
"status": "0",
|
||||
"status": 0,
|
||||
"description": "运营岗位",
|
||||
"tenant_id": 1
|
||||
},
|
||||
@@ -43,7 +43,7 @@
|
||||
"name": "HR专员",
|
||||
"code": "HR_STAFF",
|
||||
"order": 6,
|
||||
"status": "0",
|
||||
"status": 0,
|
||||
"description": "人事专员",
|
||||
"tenant_id": 1
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user