任务管理

This commit is contained in:
lq
2025-09-05 11:56:08 +08:00
11 changed files with 3258 additions and 451 deletions

View File

@ -101,10 +101,11 @@ export const MENU_LIST = <Record<string, typeMenuItem[]>>{
],
},
{
key: 'ModTaskManage',
key: 'assignmentManagement',
label: '任务管理',
icon: ['svg-taskManage', 'svg-taskManage-active'],
routeName: 'TaskManagement',
routeName: 'AssignmentManagement',
activeMatch: ['AssignmentManagement'],
},
],
[GROUP_WRITER_NAME]: [
@ -139,7 +140,7 @@ export const MENU_LIST = <Record<string, typeMenuItem[]>>{
],
},
],
[GROUP_MANAGEMENT_NAME]:[
[GROUP_MANAGEMENT_NAME]: [
{
key: 'ModManagement',
label: '管理中心',
@ -151,9 +152,7 @@ export const MENU_LIST = <Record<string, typeMenuItem[]>>{
label: '个人信息',
routeName: 'ManagementPerson',
requireLogin: true,
activeMatch: [
'ManagementPerson',
],
activeMatch: ['ManagementPerson'],
},
{
key: 'ModManagementEnterprise',
@ -172,6 +171,6 @@ export const MENU_LIST = <Record<string, typeMenuItem[]>>{
activeMatch: ['ManagementAccount'],
},
],
}
]
},
],
};