fix:修复前端路由权限校验。修复交叉评查与普通评查结果的ai建议的替换效果不一致。
This commit is contained in:
@@ -199,7 +199,23 @@ const FALLBACK_MENU_DATA: Record<string, MenuItem[]> = {
|
||||
title: '交叉评查',
|
||||
path: '/cross-checking',
|
||||
icon: 'ri-color-filter-line',
|
||||
order: 7
|
||||
order: 7,
|
||||
children: [
|
||||
{
|
||||
id: 'cross-checking-upload',
|
||||
title: '创建任务',
|
||||
path: '/cross-checking/upload',
|
||||
icon: 'ri-upload-cloud-line',
|
||||
order: 1
|
||||
},
|
||||
{
|
||||
id: 'cross-checking-result',
|
||||
title: '评查结果',
|
||||
path: '/cross-checking/result',
|
||||
icon: 'ri-file-list-3-line',
|
||||
order: 2
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
'common': [
|
||||
@@ -291,7 +307,23 @@ const FALLBACK_MENU_DATA: Record<string, MenuItem[]> = {
|
||||
title: '交叉评查',
|
||||
path: '/cross-checking',
|
||||
icon: 'ri-color-filter-line',
|
||||
order: 7
|
||||
order: 7,
|
||||
children: [
|
||||
{
|
||||
id: 'cross-checking-upload',
|
||||
title: '创建任务',
|
||||
path: '/cross-checking/upload',
|
||||
icon: 'ri-upload-cloud-line',
|
||||
order: 1
|
||||
},
|
||||
{
|
||||
id: 'cross-checking-result',
|
||||
title: '评查结果',
|
||||
path: '/cross-checking/result',
|
||||
icon: 'ri-file-list-3-line',
|
||||
order: 2
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
'deptLeader': [
|
||||
@@ -390,7 +422,23 @@ const FALLBACK_MENU_DATA: Record<string, MenuItem[]> = {
|
||||
title: '交叉评查',
|
||||
path: '/cross-checking',
|
||||
icon: 'ri-color-filter-line',
|
||||
order: 7
|
||||
order: 7,
|
||||
children: [
|
||||
{
|
||||
id: 'cross-checking-upload',
|
||||
title: '创建任务',
|
||||
path: '/cross-checking/upload',
|
||||
icon: 'ri-upload-cloud-line',
|
||||
order: 1
|
||||
},
|
||||
{
|
||||
id: 'cross-checking-result',
|
||||
title: '评查结果',
|
||||
path: '/cross-checking/result',
|
||||
icon: 'ri-file-list-3-line',
|
||||
order: 2
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
'groupLeader': [
|
||||
@@ -482,7 +530,23 @@ const FALLBACK_MENU_DATA: Record<string, MenuItem[]> = {
|
||||
title: '交叉评查',
|
||||
path: '/cross-checking',
|
||||
icon: 'ri-color-filter-line',
|
||||
order: 7
|
||||
order: 7,
|
||||
children: [
|
||||
{
|
||||
id: 'cross-checking-upload',
|
||||
title: '创建任务',
|
||||
path: '/cross-checking/upload',
|
||||
icon: 'ri-upload-cloud-line',
|
||||
order: 1
|
||||
},
|
||||
{
|
||||
id: 'cross-checking-result',
|
||||
title: '评查结果',
|
||||
path: '/cross-checking/result',
|
||||
icon: 'ri-file-list-3-line',
|
||||
order: 2
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user