From d3f926b7fce18a6193644100d0406fff203400a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E8=A3=95=E8=B4=A2?= Date: Sun, 18 Jul 2021 01:05:00 +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 --- .../core/xmIteration/XmIterationComplex.vue | 13 +- .../xm/core/xmProduct/XmProductOverview.vue | 331 ++++++++++++++++++ src/views/xm/core/xmProject/XmProjectInfo.vue | 6 +- ...mplex.vue => XmProjectOverviewComplex.vue} | 0 src/views/xm/core/xmTask/XmTaskMng.vue | 3 +- 5 files changed, 343 insertions(+), 10 deletions(-) create mode 100644 src/views/xm/core/xmProduct/XmProductOverview.vue rename src/views/xm/core/xmProject/{XmProjectOveriewComplex.vue => XmProjectOverviewComplex.vue} (100%) diff --git a/src/views/xm/core/xmIteration/XmIterationComplex.vue b/src/views/xm/core/xmIteration/XmIterationComplex.vue index 1702bb63..7db348bf 100644 --- a/src/views/xm/core/xmIteration/XmIterationComplex.vue +++ b/src/views/xm/core/xmIteration/XmIterationComplex.vue @@ -6,9 +6,13 @@ - - 产品、战略 - 产品、战略 + + + 迭代概览 + 迭代概览 + + + @@ -20,9 +24,6 @@ - - - diff --git a/src/views/xm/core/xmProduct/XmProductOverview.vue b/src/views/xm/core/xmProduct/XmProductOverview.vue new file mode 100644 index 00000000..e369c2f5 --- /dev/null +++ b/src/views/xm/core/xmProduct/XmProductOverview.vue @@ -0,0 +1,331 @@ + + + + + \ No newline at end of file diff --git a/src/views/xm/core/xmProject/XmProjectInfo.vue b/src/views/xm/core/xmProject/XmProjectInfo.vue index fb6f63ce..e89c43e7 100644 --- a/src/views/xm/core/xmProject/XmProjectInfo.vue +++ b/src/views/xm/core/xmProject/XmProjectInfo.vue @@ -141,7 +141,7 @@ - + @@ -195,7 +195,7 @@ import xmProjectStateMng from '../xmProjectState/XmProjectStateMng'; import xmTestCaseExecMng from '../xmTestCaseExec/XmTestCaseExecMng'; import XmIterationComplex from '../xmIteration/XmIterationComplex.vue'; - import XmProjectOveriewComplex from './XmProjectOveriewComplex.vue'; + import XmProjectOverviewComplex from './XmProjectOverviewComplex.vue'; import XmProductComplex from '../xmProduct/XmProductComplex.vue'; @@ -417,7 +417,7 @@ import XmProductComplex from '../xmProduct/XmProductComplex.vue'; xmTestCaseExecMng, xmProjectGroupSelect, XmIterationComplex, - XmProjectOveriewComplex, + XmProjectOverviewComplex, XmProductComplex, //在下面添加其它组件 }, diff --git a/src/views/xm/core/xmProject/XmProjectOveriewComplex.vue b/src/views/xm/core/xmProject/XmProjectOverviewComplex.vue similarity index 100% rename from src/views/xm/core/xmProject/XmProjectOveriewComplex.vue rename to src/views/xm/core/xmProject/XmProjectOverviewComplex.vue diff --git a/src/views/xm/core/xmTask/XmTaskMng.vue b/src/views/xm/core/xmTask/XmTaskMng.vue index c1e9fc06..67199e95 100644 --- a/src/views/xm/core/xmTask/XmTaskMng.vue +++ b/src/views/xm/core/xmTask/XmTaskMng.vue @@ -534,8 +534,9 @@ import XmProjectGroupSelect from '../xmProjectGroup/XmProjectGroupSelect.vue'; }, 'xmProduct':function(){ this.filters.product=this.xmProduct; + this.getXmTasks(); }, - xmIteration(){ + xmIteration:function(){ this.getXmTasks(); } },