diff --git a/src/views/xm/rpt/iteration/IterationWorkItemDayList.vue b/src/views/xm/rpt/iteration/IterationWorkItemDayList.vue new file mode 100644 index 00000000..ab390389 --- /dev/null +++ b/src/views/xm/rpt/iteration/IterationWorkItemDayList.vue @@ -0,0 +1,247 @@ + + + + + \ No newline at end of file diff --git a/src/views/xm/rpt/iteration/menuDayAccumulate.vue b/src/views/xm/rpt/iteration/menuDayAccumulate.vue new file mode 100644 index 00000000..4d6114b3 --- /dev/null +++ b/src/views/xm/rpt/iteration/menuDayAccumulate.vue @@ -0,0 +1,294 @@ + + + + + \ No newline at end of file diff --git a/src/views/xm/rpt/iteration/menuDayTrend.vue b/src/views/xm/rpt/iteration/menuDayTrend.vue new file mode 100644 index 00000000..3ae39c65 --- /dev/null +++ b/src/views/xm/rpt/iteration/menuDayTrend.vue @@ -0,0 +1,294 @@ + + + + + \ No newline at end of file diff --git a/src/views/xm/rpt/iteration/questionDayAccumulate.vue b/src/views/xm/rpt/iteration/questionDayAccumulate.vue new file mode 100644 index 00000000..0879ff03 --- /dev/null +++ b/src/views/xm/rpt/iteration/questionDayAccumulate.vue @@ -0,0 +1,261 @@ + + + + + \ No newline at end of file diff --git a/src/views/xm/rpt/iteration/questionDayTrend.vue b/src/views/xm/rpt/iteration/questionDayTrend.vue new file mode 100644 index 00000000..d9e06532 --- /dev/null +++ b/src/views/xm/rpt/iteration/questionDayTrend.vue @@ -0,0 +1,259 @@ + + + + + \ No newline at end of file diff --git a/src/views/xm/rpt/product/menuAgeDist.vue b/src/views/xm/rpt/product/menuAgeDist.vue index ec975a37..1a1c21aa 100644 --- a/src/views/xm/rpt/product/menuAgeDist.vue +++ b/src/views/xm/rpt/product/menuAgeDist.vue @@ -89,6 +89,10 @@ return datas; } }, + + legendCpd(){ + return ['0-2天','3-5天','6-7天','8-15天','16-30天','30天以上'] + }, title(){ return '需求年龄数量分布' }, @@ -100,9 +104,6 @@ } }, - legendCpd(){ - return ['0-2天','3-5天','6-7天','8-15天','16-30天','30天以上'] - }, xmProductCpd(){ if(this.xmIteration && this.xmIteration.id){ return {id:this.xmIteration.productId,productName:this.xmIteration.productName} diff --git a/src/views/xm/rpt/product/questionAgeDist.vue b/src/views/xm/rpt/product/questionAgeDist.vue index 361cb1be..f88e1626 100644 --- a/src/views/xm/rpt/product/questionAgeDist.vue +++ b/src/views/xm/rpt/product/questionAgeDist.vue @@ -1,6 +1,6 @@