mirror of
https://github.com/fastapiadmin/FastapiAdmin.git
synced 2026-09-20 20:39:55 +00:00
refactor: 重构模型加载选项和CRUD预加载逻辑 fix: 修复日期范围查询格式问题 style: 优化前端组件样式和布局 perf: 提升字典数据更新性能 docs: 更新注释和文档说明 chore: 清理无用文件和代码 test: 更新测试用例 build: 添加vue-json-pretty依赖 ci: 优化初始化脚本和事务处理
38 lines
796 B
JSON
38 lines
796 B
JSON
[
|
|
{
|
|
"name": "集团总公司",
|
|
"code": "GROUP",
|
|
"order": 1,
|
|
"status": true,
|
|
"parent_id": null,
|
|
"description": "集团总公司",
|
|
"children": [
|
|
{
|
|
"name": "北京分公司",
|
|
"code": "BJ",
|
|
"order": 1,
|
|
"status": true,
|
|
"description": "北京分公司",
|
|
"children": [
|
|
{
|
|
"name": "软件部",
|
|
"code": "TECH",
|
|
"order": 1,
|
|
"status": true,
|
|
"description": "软件部",
|
|
"children": [
|
|
{
|
|
"name": "开发组",
|
|
"code": "DEV",
|
|
"order": 1,
|
|
"status": true,
|
|
"description": "开发部"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|