Restore organization chart entry

This commit is contained in:
2026-06-10 09:51:39 +08:00
parent fc53c71e37
commit defe2d6ef5
5 changed files with 49 additions and 0 deletions
+45
View File
@@ -7568,6 +7568,51 @@
"sys_dept_id": null
}
},
{
"model": "core.menu.model.Menu",
"pk": "ai-agent-admin-system-org-chart",
"fields": {
"application_id": null,
"is_system": true,
"parent_id": "2c03f7a0-f4b5-43a9-94",
"name": "SystemOrgChart",
"title": "menu-title.organizationChart",
"authCode": null,
"path": "/system/org-chart",
"type": "menu",
"component": "/_core/org-chart/index",
"redirect": null,
"activePath": null,
"query": null,
"noBasicLayout": false,
"icon": "lucide:network",
"activeIcon": null,
"order": 12,
"hideInMenu": false,
"hideChildrenInMenu": false,
"hideInBreadcrumb": false,
"hideInTab": false,
"affixTab": false,
"affixTabOrder": null,
"keepAlive": false,
"maxNumOfOpenTab": null,
"fullPathKey": true,
"link": null,
"iframeSrc": null,
"openInNewWindow": false,
"badge": null,
"badgeType": null,
"badgeVariants": null,
"id": "ai-agent-admin-system-org-chart",
"sort": 12,
"is_deleted": false,
"sys_create_datetime": "2026-06-10T00:00:00.000000",
"sys_update_datetime": "2026-06-10T00:00:00.000000",
"sys_creator_id": null,
"sys_modifier_id": null,
"sys_dept_id": null
}
},
{
"model": "core.menu.model.Menu",
"pk": "ai-agent-admin-system-dept",
@@ -6,6 +6,7 @@
"systemManagement": "System Management",
"userManagement": "User Management",
"departmentManagement": "Department Management",
"organizationChart": "Organization Chart",
"permissionManagement": "API Management",
"menuManagement": "Menu Management",
"positionManagement": "Position Management",
@@ -6,6 +6,7 @@
"systemManagement": "系统管理",
"userManagement": "用户管理",
"departmentManagement": "部门管理",
"organizationChart": "组织架构",
"permissionManagement": "API管理",
"menuManagement": "菜单管理",
"positionManagement": "岗位管理",
@@ -6,6 +6,7 @@
"systemManagement": "系統管理",
"userManagement": "用戶管理",
"departmentManagement": "部門管理",
"organizationChart": "組織架構",
"permissionManagement": "API管理",
"menuManagement": "菜單管理",
"positionManagement": "崗位管理",
+1
View File
@@ -30,6 +30,7 @@ async function generateAccess(options: GenerateMenuAndRoutesOptions) {
'../views/_core/fallback/**/*.vue',
'../views/_core/menu/index.vue',
'../views/_core/message/index.vue',
'../views/_core/org-chart/index.vue',
'../views/_core/permission/index.vue',
'../views/_core/post/index.vue',
'../views/_core/role/index.vue',