diff --git a/src/views/xm/core/xmIteration/XmIterationInfo.vue b/src/views/xm/core/xmIteration/XmIterationInfo.vue
index 32636983..0f579213 100644
--- a/src/views/xm/core/xmIteration/XmIterationInfo.vue
+++ b/src/views/xm/core/xmIteration/XmIterationInfo.vue
@@ -28,6 +28,9 @@
缺陷
+
+ 效能
+
@@ -36,6 +39,7 @@
+
@@ -70,8 +74,9 @@
import XmIterationForProjectComplex from './XmIterationForLinkComplex.vue';
import XmIterationOverviewComplex from '../xmIteration/XmIterationOverviewComplex.vue';
import XmProductForProjectComplex from '../xmProduct/XmProductForLinkComplex.vue';
- import XmProjectComplex from '../xmProject/XmProjectForLinkComplex.vue';
+ import XmProjectComplex from '../xmProject/XmProjectForLinkComplex.vue';
+ import XmReport from '@/views/xm/rpt/reportIndex';
export default {
props: ["xmIteration","visible"],
@@ -298,6 +303,7 @@
XmIterationOverviewComplex,
XmProductForProjectComplex,
XmProjectComplex,
+ XmReport,
//在下面添加其它组件
},
mounted() {
diff --git a/src/views/xm/core/xmProduct/XmProductInfo.vue b/src/views/xm/core/xmProduct/XmProductInfo.vue
index c7edec19..ea86b1fc 100644
--- a/src/views/xm/core/xmProduct/XmProductInfo.vue
+++ b/src/views/xm/core/xmProduct/XmProductInfo.vue
@@ -73,15 +73,10 @@
费用
-
- 效能
-
- 考核
-
-
- 风险
-
-
+
+
+ 效能
+
知识
@@ -171,6 +166,8 @@
+
+
@@ -209,6 +206,7 @@
import XmProductForLinkComplex from './XmProductForLinkComplex.vue';
import XmProjectForLink from '../xmProject/XmProjectForLink.vue';
+ import XmReport from '@/views/xm/rpt/reportIndex';
export default {
@@ -436,6 +434,7 @@
XmProductForLinkComplex,
XmProjectForLinkComplex,
XmProjectForLink,
+ XmReport,
//在下面添加其它组件
},
mounted() {
diff --git a/src/views/xm/core/xmProject/XmProjectInfo.vue b/src/views/xm/core/xmProject/XmProjectInfo.vue
index bd9381e0..bc12ce48 100644
--- a/src/views/xm/core/xmProject/XmProjectInfo.vue
+++ b/src/views/xm/core/xmProject/XmProjectInfo.vue
@@ -51,21 +51,9 @@
费用
-
- 监控
-
- 考核
-
-
- 项目监控
-
-
- 需求监控
-
-
- 风险
-
-
+
+ 效能
+
知识
@@ -154,6 +142,8 @@
+
+
@@ -186,6 +176,7 @@
import XmProjectOverviewComplex from './XmProjectOverviewComplex.vue';
import XmProductForLinkComplex from '../xmProduct/XmProductForLinkComplex.vue';
+ import XmReport from '@/views/xm/rpt/reportIndex';
export default {
props: ["selProject","visible"],
@@ -412,6 +403,7 @@
XmIterationForLinkComplex,
XmProjectOverviewComplex,
XmProductForLinkComplex,
+ XmReport,
//在下面添加其它组件
},
mounted() {