diff --git a/src/views/xm/rpt/product/questionAgeDist.vue b/src/views/xm/rpt/product/questionAgeDist.vue index ed0e55c7..e982f86a 100644 --- a/src/views/xm/rpt/product/questionAgeDist.vue +++ b/src/views/xm/rpt/product/questionAgeDist.vue @@ -10,7 +10,11 @@ - + + + + {{xmTestCasedb.id}}
{{ xmTestCasedb.name }}
+
{{xmProject.id}}
{{ xmProject.name }}
@@ -90,7 +94,7 @@ components: { XmProjectSelect,XmIterationSelect,XmProductSelect, }, - props:['xmProduct','xmIteration','xmProject'], + props:['xmProject','xmProduct','xmIteration','xmTestCasedb','xmTestPlan',], computed: { ...mapGetters([ 'userInfo','roles' diff --git a/src/views/xm/rpt/product/questionAttDist.vue b/src/views/xm/rpt/product/questionAttDist.vue index dc657a43..2342fc80 100644 --- a/src/views/xm/rpt/product/questionAttDist.vue +++ b/src/views/xm/rpt/product/questionAttDist.vue @@ -15,7 +15,11 @@ -
+ + + + {{xmTestCasedb.id}}
{{ xmTestCasedb.name }}
+
{{xmProject.id}}
{{ xmProject.name }}
@@ -94,7 +98,7 @@ components: { XmProjectSelect,XmIterationSelect,XmProductSelect, }, - props:['xmProduct','xmIteration','xmProject'], + props:['xmProject','xmProduct','xmIteration','xmTestCasedb','xmTestPlan',], computed: { ...mapGetters([ 'userInfo','roles' diff --git a/src/views/xm/rpt/product/questionRetestDist.vue b/src/views/xm/rpt/product/questionRetestDist.vue index 568e7a58..dab7b054 100644 --- a/src/views/xm/rpt/product/questionRetestDist.vue +++ b/src/views/xm/rpt/product/questionRetestDist.vue @@ -10,7 +10,11 @@
- + + + + {{xmTestCasedb.id}}
{{ xmTestCasedb.name }}
+
{{xmProject.id}}
{{ xmProject.name }}
@@ -89,7 +93,7 @@ components: { XmProjectSelect,XmIterationSelect,XmProductSelect, }, - props:['xmProduct','xmIteration','xmProject'], + props:['xmProject','xmProduct','xmIteration','xmTestCasedb','xmTestPlan'], computed: { ...mapGetters([ 'userInfo','roles' diff --git a/src/views/xm/rpt/product/questionSort.vue b/src/views/xm/rpt/product/questionSort.vue index 41e24634..f45c78f7 100644 --- a/src/views/xm/rpt/product/questionSort.vue +++ b/src/views/xm/rpt/product/questionSort.vue @@ -15,7 +15,11 @@ -
+ + + + {{xmTestCasedb.id}}
{{ xmTestCasedb.name }}
+
@@ -95,7 +99,7 @@ components: { XmProjectSelect,XmIterationSelect,XmProductSelect, }, - props:['xmProduct','xmIteration','xmProject','initGroupBy'], + props:['xmProject','xmProduct','xmIteration','xmTestCasedb','xmTestPlan','initGroupBy'], computed: { ...mapGetters([ 'userInfo','roles' diff --git a/src/views/xm/rpt/reportIndex.vue b/src/views/xm/rpt/reportIndex.vue index 89778ec8..f2f8c7ee 100644 --- a/src/views/xm/rpt/reportIndex.vue +++ b/src/views/xm/rpt/reportIndex.vue @@ -45,15 +45,15 @@ - - + + - - - - - - + + + + + + diff --git a/src/views/xm/rpt/testPlan/testCaseToPlanCalc.vue b/src/views/xm/rpt/testPlan/testCaseToPlanCalc.vue index 9b328b6c..edf36931 100644 --- a/src/views/xm/rpt/testPlan/testCaseToPlanCalc.vue +++ b/src/views/xm/rpt/testPlan/testCaseToPlanCalc.vue @@ -12,6 +12,10 @@
+ + + {{xmTestCasedb.id}}
{{ xmTestCasedb.name }}
+
{{xmProject.id}}
{{ xmProject.name }}
diff --git a/src/views/xm/rpt/testPlan/testDayTimesCalc.vue b/src/views/xm/rpt/testPlan/testDayTimesCalc.vue index 9a337497..09f67fff 100644 --- a/src/views/xm/rpt/testPlan/testDayTimesCalc.vue +++ b/src/views/xm/rpt/testPlan/testDayTimesCalc.vue @@ -11,7 +11,11 @@
- + + + + {{xmTestCasedb.id}}
{{ xmTestCasedb.name }}
+
{{xmProject.id}}
{{ xmProject.name }}
diff --git a/src/views/xm/rpt/testPlan/testPlanCaseExecStatusDist.vue b/src/views/xm/rpt/testPlan/testPlanCaseExecStatusDist.vue index 7152a531..3ea4c610 100644 --- a/src/views/xm/rpt/testPlan/testPlanCaseExecStatusDist.vue +++ b/src/views/xm/rpt/testPlan/testPlanCaseExecStatusDist.vue @@ -11,7 +11,11 @@
- + + + + {{xmTestCasedb.id}}
{{ xmTestCasedb.name }}
+
{{xmProject.id}}
{{ xmProject.name }}
diff --git a/src/views/xm/rpt/testPlan/testPlanCaseUserDist.vue b/src/views/xm/rpt/testPlan/testPlanCaseUserDist.vue index 51aa9d7e..36f226a0 100644 --- a/src/views/xm/rpt/testPlan/testPlanCaseUserDist.vue +++ b/src/views/xm/rpt/testPlan/testPlanCaseUserDist.vue @@ -11,7 +11,11 @@
- + + + + {{xmTestCasedb.id}}
{{ xmTestCasedb.name }}
+
{{xmProject.id}}
{{ xmProject.name }}