diff --git a/src/router/routes_xm.js b/src/router/routes_xm.js index 38e30df8..2aa8d8e3 100644 --- a/src/router/routes_xm.js +++ b/src/router/routes_xm.js @@ -480,7 +480,9 @@ export default { icon: 'iteration',roles:["user"] }, hidden:true - }, + }, + { path: 'group', component: _import('xm/core/xmGroup/XmGroupForIteration'), name: 'iterationGroup', meta: { title: '团队',roles:["user"] },hidden:true}, + { path: 'record', component: _import('xm/core/xmRecord/XmRecordForIteration'), @@ -563,6 +565,7 @@ export default { { path: 'case', component: _import('xm/core/xmTestCase/XmTestCaseList'), name: 'testCase', meta: { title: '用例管理',roles:["user"] },hidden:true}, { path: 'flow', component: _import('xm/core/xmTestCase/XmTestCaseFlow'), name: 'testFlow', meta: { title: '用例评审',roles:["user"] },hidden:true}, { path: 'plan', component: _import('xm/core/xmTestPlan/Overview'), name: 'testPlan', meta: { title: '测试计划',roles:["user"] },hidden:true}, + { path: 'group', component: _import('xm/core/xmGroup/XmGroupForTest'), name: 'testGroup', meta: { title: '团队',roles:["user"] },hidden:true}, { path: 'report', component: _import('xm/rpt/reportIndexForTest'), name: 'testReport', meta: { title: '统计分析',roles:["user"] },hidden:true}, ] diff --git a/src/views/xm/core/xmGroup/XmGroupForIteration.vue b/src/views/xm/core/xmGroup/XmGroupForIteration.vue new file mode 100644 index 00000000..bcbcec21 --- /dev/null +++ b/src/views/xm/core/xmGroup/XmGroupForIteration.vue @@ -0,0 +1,49 @@ + + + + + \ No newline at end of file diff --git a/src/views/xm/core/xmGroup/XmGroupForTest.vue b/src/views/xm/core/xmGroup/XmGroupForTest.vue new file mode 100644 index 00000000..53abc8a9 --- /dev/null +++ b/src/views/xm/core/xmGroup/XmGroupForTest.vue @@ -0,0 +1,49 @@ + + + + + \ No newline at end of file diff --git a/src/views/xm/core/xmTestCasedb/top-nav.vue b/src/views/xm/core/xmTestCasedb/top-nav.vue index 25b8a49b..bf6f6518 100644 --- a/src/views/xm/core/xmTestCasedb/top-nav.vue +++ b/src/views/xm/core/xmTestCasedb/top-nav.vue @@ -60,6 +60,9 @@ 统计分析 + + 团队 +