From ee72cca731d93c0390e95c5add9d3c3615414a9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E8=A3=95=E8=B4=A2?= Date: Mon, 6 Feb 2023 19:14:48 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E5=A2=9E=E5=8A=A0=E6=B5=8B?= =?UTF-8?q?=E8=AF=95=E6=A8=A1=E5=9D=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/routes_xm.js | 2 + src/views/xm/core/xmTestPlan/Detail.vue | 46 +++++++++++++++++++ src/views/xm/core/xmTestPlan/Overview.vue | 6 +-- .../xm/core/xmTestPlan/XmTestPlanInfo.vue | 13 +++--- .../xmTestPlan/XmTestPlanListForProject.vue | 16 ++++--- .../xm/core/xmTestPlan/XmTestPlanMng.vue | 12 ++++- 6 files changed, 77 insertions(+), 18 deletions(-) create mode 100644 src/views/xm/core/xmTestPlan/Detail.vue diff --git a/src/router/routes_xm.js b/src/router/routes_xm.js index ba6581eb..07573c18 100644 --- a/src/router/routes_xm.js +++ b/src/router/routes_xm.js @@ -640,6 +640,8 @@ 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: 'plan/detail', component: _import('xm/core/xmTestPlan/Detail'), name: 'testPlanDetail', meta: { title: '测试计划明细',roles:["user"] },hidden:true}, + { path: 'group', component: _import('xm/core/xmGroup/XmGroupForTest'), name: 'testGroup', meta: { title: '团队',roles:["user"] },hidden:true}, { path: 'rpt', component: _import('xm/rpt/index/indexForTest'), name: 'testRpt', meta: { title: '统计分析',roles:["user"] },hidden:true}, diff --git a/src/views/xm/core/xmTestPlan/Detail.vue b/src/views/xm/core/xmTestPlan/Detail.vue new file mode 100644 index 00000000..3897dada --- /dev/null +++ b/src/views/xm/core/xmTestPlan/Detail.vue @@ -0,0 +1,46 @@ + + + + + \ No newline at end of file diff --git a/src/views/xm/core/xmTestPlan/Overview.vue b/src/views/xm/core/xmTestPlan/Overview.vue index 3cb31c35..81fbd339 100644 --- a/src/views/xm/core/xmTestPlan/Overview.vue +++ b/src/views/xm/core/xmTestPlan/Overview.vue @@ -1,12 +1,12 @@