diff --git a/src/views/xm/core/xmTestPlan/rpt/CompsCard.vue b/src/views/xm/core/xmTestPlan/rpt/CompsCard.vue index 22e8eba4..60de9e2a 100644 --- a/src/views/xm/core/xmTestPlan/rpt/CompsCard.vue +++ b/src/views/xm/core/xmTestPlan/rpt/CompsCard.vue @@ -96,6 +96,7 @@ export default { "xmQuestionBugSeverityDist":()=>import("./biz/questionBugSeverityDist.vue"), "xmQuestionSolutionDist":()=>import("./biz/questionSolutionDist.vue"), "xmQuestionPriorityDist":()=>import("./biz/questionPriorityDist.vue"), + "productWorkItemDayList":()=>import("./biz/productWorkItemDayList.vue"), }, props:['xmTestPlan','rptConfigVisible'], @@ -134,6 +135,7 @@ export default { // 布局位置数据 initCompCfg: [ + { i:0, x: 0, y: 12, w: 12, h: 6, id:'productWorkItemDayList',name:'测试计划总览',compId:'productWorkItemDayList', params:{} }, { i:0, x: 0, y: 12, w: 12, h: 6, id:'xmTestRptOverview',name:'测试计划总览',compId:'xmTestRptOverview', params:{} }, { i: 1, x: 0, y: 12, w: 12, h: 6, id:'xmTestCaseToPlanCalc',name:'用例规划分析', compId:'xmTestCaseToPlanCalc', }, { i: 2, x: 0, y: 12, w: 12, h: 6, id:'xmTestDayTimesCalc',name:'用例每日执行统计', compId:'xmTestDayTimesCalc', }, diff --git a/src/views/xm/core/xmTestPlan/rpt/biz/productWorkItemDayList.vue b/src/views/xm/core/xmTestPlan/rpt/biz/productWorkItemDayList.vue new file mode 100644 index 00000000..37e9322b --- /dev/null +++ b/src/views/xm/core/xmTestPlan/rpt/biz/productWorkItemDayList.vue @@ -0,0 +1,299 @@ + + + + + \ No newline at end of file diff --git a/src/views/xm/rpt/CompsCard.vue b/src/views/xm/rpt/CompsCard.vue new file mode 100644 index 00000000..15d28b53 --- /dev/null +++ b/src/views/xm/rpt/CompsCard.vue @@ -0,0 +1,334 @@ + + + + + diff --git a/src/views/xm/rpt/CompsSet.vue b/src/views/xm/rpt/CompsSet.vue new file mode 100644 index 00000000..5c47843b --- /dev/null +++ b/src/views/xm/rpt/CompsSet.vue @@ -0,0 +1,323 @@ + + + + + + \ No newline at end of file diff --git a/src/views/xm/rpt/branch/branchWorkItemDayList copy.vue b/src/views/xm/rpt/branch/branchWorkItemDayList copy.vue new file mode 100644 index 00000000..b5945c00 --- /dev/null +++ b/src/views/xm/rpt/branch/branchWorkItemDayList copy.vue @@ -0,0 +1,375 @@ + + + + + \ No newline at end of file diff --git a/src/views/xm/rpt/branch/branchWorkItemDayList.vue b/src/views/xm/rpt/branch/branchWorkItemDayList.vue index e9a90b99..39066b0a 100644 --- a/src/views/xm/rpt/branch/branchWorkItemDayList.vue +++ b/src/views/xm/rpt/branch/branchWorkItemDayList.vue @@ -1,7 +1,6 @@ -