From 3a552a300de8d89174b9fc529d3bd4cba9514c5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E8=A3=95=E8=B4=A2?= Date: Tue, 12 Jul 2022 11:27:29 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= 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/xmMenu/XmMenuMng.vue | 4 +- src/views/xm/core/xmProduct/XmProductInfo.vue | 1 + src/views/xm/core/xmProduct/XmProductMng.vue | 9 ++-- .../xm/core/xmQuestion/XmQuestionMngMy.vue | 2 +- .../xm/core/xmQuestion/XmQuestionMngRoute.vue | 44 +++++++++++++++++++ 6 files changed, 54 insertions(+), 8 deletions(-) create mode 100644 src/views/xm/core/xmQuestion/XmQuestionMngRoute.vue diff --git a/src/router/routes_xm.js b/src/router/routes_xm.js index 6ebec4ec..7d399c1a 100644 --- a/src/router/routes_xm.js +++ b/src/router/routes_xm.js @@ -51,7 +51,7 @@ export default { children: [ { path: 'xmQuestion/XmQuestionAdd', component: _import('xm/core/xmQuestion/XmQuestionAdd'), name: 'XmQuestionAdd', meta: { title: '新建缺陷' }}, - { path: 'xmQuestion/XmQuestionMng', component: _import('xm/core/xmQuestion/XmQuestionMng'), name: 'XmQuestionMng', meta: { title: '缺陷管理' }}, + { path: 'xmQuestion/XmQuestionMng', component: _import('xm/core/xmQuestion/XmQuestionMngRoute'), name: 'XmQuestionMng', meta: { title: '缺陷管理' }}, { path: 'xmQuestion/XmQuestionMngMy', component: _import('xm/core/xmQuestion/XmQuestionMngMy'), name: 'XmQuestionMngMy', meta: { title: '我的缺陷' }}, { path: 'xmTestCase/XmTestCaseMng', component: _import('xm/core/xmTestCase/XmTestCaseMng'), name: 'XmTestCaseMng', meta: { title: '测试设计' }}, //{ path: 'xmTestCaseExec/XmTestCaseExecMng', component: _import('xm/core/xmTestCaseExec/XmTestCaseExecMng'), name: 'XmTestCaseExecMng', meta: { title: '测试执行' }}, diff --git a/src/views/xm/core/xmMenu/XmMenuMng.vue b/src/views/xm/core/xmMenu/XmMenuMng.vue index 67de43b7..b08ddc5b 100644 --- a/src/views/xm/core/xmMenu/XmMenuMng.vue +++ b/src/views/xm/core/xmMenu/XmMenuMng.vue @@ -1,6 +1,6 @@ - + + diff --git a/src/views/xm/core/xmQuestion/XmQuestionMngMy.vue b/src/views/xm/core/xmQuestion/XmQuestionMngMy.vue index d0211d1f..32bd76bd 100644 --- a/src/views/xm/core/xmQuestion/XmQuestionMngMy.vue +++ b/src/views/xm/core/xmQuestion/XmQuestionMngMy.vue @@ -1,5 +1,5 @@ + +