|
@@ -24,7 +24,7 @@ const layout = [
|
|
children: [
|
|
children: [
|
|
{
|
|
{
|
|
path: 'teamDetail',
|
|
path: 'teamDetail',
|
|
- name: '个人工作台详情',
|
|
|
|
|
|
+ name: '团队工作台详情',
|
|
component: () => import('@/views/workbench/team/index.vue'),
|
|
component: () => import('@/views/workbench/team/index.vue'),
|
|
meta: { title: '团队工作台' }
|
|
meta: { title: '团队工作台' }
|
|
}
|
|
}
|
|
@@ -212,22 +212,31 @@ const layout = [
|
|
component: () => import('@/views/Platform/testPage.vue'),
|
|
component: () => import('@/views/Platform/testPage.vue'),
|
|
meta: { title: '测试计划' }
|
|
meta: { title: '测试计划' }
|
|
},
|
|
},
|
|
|
|
+ {
|
|
|
|
+ path: 'allStatistics',
|
|
|
|
+ name: '统计分析',
|
|
|
|
+ cutOff: true,
|
|
|
|
+ component: () => import('@/views/quality/allStatistics.vue'),
|
|
|
|
+ meta: { title: '统计分析' }
|
|
|
|
+ },
|
|
{
|
|
{
|
|
path: 'requireStatistics',
|
|
path: 'requireStatistics',
|
|
name: '需求统计',
|
|
name: '需求统计',
|
|
- cutOff: true,
|
|
|
|
|
|
+ hidden: true,
|
|
component: () => import('@/views/quality/requireStatistics.vue'),
|
|
component: () => import('@/views/quality/requireStatistics.vue'),
|
|
meta: { title: '需求统计' }
|
|
meta: { title: '需求统计' }
|
|
},
|
|
},
|
|
{
|
|
{
|
|
path: 'taskStatistics',
|
|
path: 'taskStatistics',
|
|
name: '任务统计',
|
|
name: '任务统计',
|
|
|
|
+ hidden: true,
|
|
component: () => import('@/views/quality/taskStatistics.vue'),
|
|
component: () => import('@/views/quality/taskStatistics.vue'),
|
|
meta: { title: '任务统计' }
|
|
meta: { title: '任务统计' }
|
|
},
|
|
},
|
|
{
|
|
{
|
|
path: 'defectStatistics',
|
|
path: 'defectStatistics',
|
|
name: '缺陷统计',
|
|
name: '缺陷统计',
|
|
|
|
+ hidden: true,
|
|
component: () => import('@/views/quality/defectStatistics.vue'),
|
|
component: () => import('@/views/quality/defectStatistics.vue'),
|
|
meta: { title: '缺陷统计' }
|
|
meta: { title: '缺陷统计' }
|
|
},
|
|
},
|