feat(user-management-relation): 创建带人关系页面、编写各组件代码,完善诸多细节

This commit is contained in:
dk
2026-04-10 16:30:42 +08:00
parent b6a50563bc
commit 9b6f5955c3
8 changed files with 1038 additions and 2 deletions

View File

@@ -176,6 +176,7 @@ const local: App.I18n.Schema = {
system_menu: 'Menu Management',
system_post: 'Post Management',
system_dict: 'Dictionary Management',
'system_user-management-relation': 'User Management Relation',
exception: 'Exception',
exception_403: '403',
exception_404: '404',

View File

@@ -176,6 +176,7 @@ const local: App.I18n.Schema = {
system_menu: '菜单管理',
system_post: '岗位管理',
system_dict: '字典管理',
'system_user-management-relation': '带人关系',
exception: '异常页',
exception_403: '403',
exception_404: '404',