From 9e799abd38c1bfbb4401b1b9412144895555abd9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E8=A3=95=E8=B4=A2?= Date: Wed, 25 Jan 2023 16:21:27 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../iteration/IterationWorkItemDayList.vue | 247 +++++++++++++++ .../xm/rpt/iteration/menuDayAccumulate.vue | 294 ++++++++++++++++++ src/views/xm/rpt/iteration/menuDayTrend.vue | 294 ++++++++++++++++++ .../rpt/iteration/questionDayAccumulate.vue | 261 ++++++++++++++++ .../xm/rpt/iteration/questionDayTrend.vue | 259 +++++++++++++++ src/views/xm/rpt/product/menuAgeDist.vue | 7 +- src/views/xm/rpt/product/questionAgeDist.vue | 33 +- src/views/xm/rpt/product/questionAttDist.vue | 32 +- src/views/xm/rpt/product/questionSort.vue | 33 +- src/views/xm/rpt/reportIndex.vue | 18 +- 10 files changed, 1453 insertions(+), 25 deletions(-) create mode 100644 src/views/xm/rpt/iteration/IterationWorkItemDayList.vue create mode 100644 src/views/xm/rpt/iteration/menuDayAccumulate.vue create mode 100644 src/views/xm/rpt/iteration/menuDayTrend.vue create mode 100644 src/views/xm/rpt/iteration/questionDayAccumulate.vue create mode 100644 src/views/xm/rpt/iteration/questionDayTrend.vue 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 @@