diff --git a/src/views/xm/core/xmIteration/XmIterationForLinkComplex.vue b/src/views/xm/core/xmIteration/XmIterationForLinkComplex.vue
index 1f5f0e34..87f49e05 100644
--- a/src/views/xm/core/xmIteration/XmIterationForLinkComplex.vue
+++ b/src/views/xm/core/xmIteration/XmIterationForLinkComplex.vue
@@ -317,7 +317,7 @@
-
+
@@ -352,7 +352,7 @@
import XmIterationEdit from './XmIterationEdit.vue';
import XmIterationAdd from './XmIterationEdit';//新增界面
- import XmReport from "@/views/xm/rpt/index";
+ import XmRpt from "@/views/xm/rpt/index";
import XmIterationMenuMng from '../xmIterationMenu/XmIterationMenuMng.vue';
import { initDicts,editSomeFieldsXmIteration } from '@/api/xm/core/xmIteration';
@@ -476,7 +476,7 @@
XmIterationAdd,
XmIterationEdit,
XmIterationMenuMng,
- XmReport,
+ XmRpt,
},
mounted() {
diff --git a/src/views/xm/core/xmIteration/XmIterationOverviewComplex.vue b/src/views/xm/core/xmIteration/XmIterationOverviewComplex.vue
index 58128e25..b1de44f0 100644
--- a/src/views/xm/core/xmIteration/XmIterationOverviewComplex.vue
+++ b/src/views/xm/core/xmIteration/XmIterationOverviewComplex.vue
@@ -169,7 +169,7 @@
type="warning"
plain
- @click="jumpTo('iterationReport')"
+ @click="jumpTo('iterationRpt')"
>效能分析
效能分析
diff --git a/src/views/xm/core/xmIteration/top-nav.vue b/src/views/xm/core/xmIteration/top-nav.vue
index fd6a1176..35115fe2 100644
--- a/src/views/xm/core/xmIteration/top-nav.vue
+++ b/src/views/xm/core/xmIteration/top-nav.vue
@@ -68,7 +68,7 @@
团队
-
+
效能
diff --git a/src/views/xm/core/xmProduct/XmProductForLinkComplex.vue b/src/views/xm/core/xmProduct/XmProductForLinkComplex.vue
index a27e3c06..7df396de 100644
--- a/src/views/xm/core/xmProduct/XmProductForLinkComplex.vue
+++ b/src/views/xm/core/xmProduct/XmProductForLinkComplex.vue
@@ -283,7 +283,7 @@
-
+
@@ -329,7 +329,7 @@ import XmProductEdit from "./XmProductEdit.vue";
import XmProductAdd from "./XmProductEdit"; //新增界面
import XmGroupMng from '../xmGroup/XmGroupMng.vue'
-import XmReport from "@/views/xm/rpt/index";
+import XmRpt from "@/views/xm/rpt/index";
export default {
computed: {
...mapGetters(["userInfo", "roles","projectInfo","xmIteration"]),
@@ -562,7 +562,7 @@ export default {
XmProductProjectLinkMng,
XmProductEdit,
XmGroupMng,
- XmReport
+ XmRpt
},
mounted() {
this.$nextTick(() => {
diff --git a/src/views/xm/core/xmProduct/XmProductOverviewComplex.vue b/src/views/xm/core/xmProduct/XmProductOverviewComplex.vue
index e2144041..48e5cb04 100644
--- a/src/views/xm/core/xmProduct/XmProductOverviewComplex.vue
+++ b/src/views/xm/core/xmProduct/XmProductOverviewComplex.vue
@@ -101,7 +101,7 @@
type="warning"
plain
- @click="jumpTo('productReport')"
+ @click="jumpTo('productRpt')"
>效能分析
效能分析
diff --git a/src/views/xm/core/xmProduct/top-nav.vue b/src/views/xm/core/xmProduct/top-nav.vue
index c0d84316..26602036 100644
--- a/src/views/xm/core/xmProduct/top-nav.vue
+++ b/src/views/xm/core/xmProduct/top-nav.vue
@@ -87,7 +87,7 @@
费用
-
+
效能
diff --git a/src/views/xm/core/xmProject/XmProjectForLinkComplex.vue b/src/views/xm/core/xmProject/XmProjectForLinkComplex.vue
index 4c74cfcf..7b80a822 100644
--- a/src/views/xm/core/xmProject/XmProjectForLinkComplex.vue
+++ b/src/views/xm/core/xmProject/XmProjectForLinkComplex.vue
@@ -262,7 +262,7 @@
-
+
@@ -309,7 +309,7 @@ import XmProductProjectLinkMng from "../xmProductProjectLink/XmProductProjectLin
import XmPlan from "../xmTask/XmPlan.vue";
import xmGroupMng from "../xmGroup/XmGroupMng";
-import XmReport from "@/views/xm/rpt/index";
+import XmRpt from "@/views/xm/rpt/index";
import {
initDicts,
getDefOptions,
@@ -467,7 +467,7 @@ export default {
XmProjectOverview,
XmProductProjectLinkMng,
XmPlan,
- XmReport,
+ XmRpt,
xmGroupMng,
},
mounted() {
diff --git a/src/views/xm/core/xmProject/XmProjectOverviewComplex.vue b/src/views/xm/core/xmProject/XmProjectOverviewComplex.vue
index 60d842e8..386d021a 100644
--- a/src/views/xm/core/xmProject/XmProjectOverviewComplex.vue
+++ b/src/views/xm/core/xmProject/XmProjectOverviewComplex.vue
@@ -64,7 +64,7 @@
每日工时
每月工时
费用管理
- 效能分析
+ 效能分析
暂停项目
变更申请
设为结项中
@@ -76,7 +76,7 @@
每日工时
每月工时
费用管理
- 效能分析
+ 效能分析
结项申请
变更申请
diff --git a/src/views/xm/core/xmProject/top-nav.vue b/src/views/xm/core/xmProject/top-nav.vue
index edda7c1c..600443ae 100644
--- a/src/views/xm/core/xmProject/top-nav.vue
+++ b/src/views/xm/core/xmProject/top-nav.vue
@@ -78,7 +78,7 @@
费用
-
+
效能
diff --git a/src/views/xm/core/xmTestCasedb/top-nav.vue b/src/views/xm/core/xmTestCasedb/top-nav.vue
index f3e70d8a..b2951796 100644
--- a/src/views/xm/core/xmTestCasedb/top-nav.vue
+++ b/src/views/xm/core/xmTestCasedb/top-nav.vue
@@ -56,7 +56,7 @@
测试计划
-
+
统计分析
diff --git a/src/views/xm/core/xmTestPlan/XmTestPlanInfo.vue b/src/views/xm/core/xmTestPlan/XmTestPlanInfo.vue
index 5b838aba..070d020d 100644
--- a/src/views/xm/core/xmTestPlan/XmTestPlanInfo.vue
+++ b/src/views/xm/core/xmTestPlan/XmTestPlanInfo.vue
@@ -14,7 +14,7 @@
缺陷
- 报表
+ 报表
@@ -43,8 +43,8 @@
-
-
+
+
@@ -67,7 +67,7 @@ export default {
components: {
XmProductSelect,XmQuestionMng,
"xm-test-plan-rpt":()=>import("../../rpt/index.vue"),
- "xm-report":()=>import("../../rpt/index"),
+ "xm-rpt":()=>import("../../rpt/index"),
"xm-test-plan-mng":()=>import("../xmTestPlan/XmTestPlanMng.vue"),
"xm-test-case-mng":()=>import("../xmTestCase/XmTestCaseMng.vue"),
"xm-test-plan-case-mng":()=>import("../xmTestPlanCase/XmTestPlanCaseMng.vue")
diff --git a/src/views/xm/rpt/indexForIteration.vue b/src/views/xm/rpt/indexForIteration.vue
index 5f909f23..2d2c8918 100644
--- a/src/views/xm/rpt/indexForIteration.vue
+++ b/src/views/xm/rpt/indexForIteration.vue
@@ -1,13 +1,13 @@