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 @@
-
+
@@ -433,7 +433,7 @@
import { mapGetters } from 'vuex'
export default {
- props:['selProject','xmIteration','xmProduct','disabledMng','parentMenu'],
+ props:['selProject','xmIteration','xmProduct','disabledMng','parentMenu','paddingTop'],
computed: {
...mapGetters([
'userInfo','roles'
diff --git a/src/views/xm/core/xmProduct/XmProductInfo.vue b/src/views/xm/core/xmProduct/XmProductInfo.vue
index f24592c8..f41dffe6 100644
--- a/src/views/xm/core/xmProduct/XmProductInfo.vue
+++ b/src/views/xm/core/xmProduct/XmProductInfo.vue
@@ -406,6 +406,7 @@
-
+
-
+
@@ -119,7 +119,7 @@
-
+
@@ -234,9 +234,10 @@
-
+
+
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 @@
-
+
+
+