From 687154e26ee9fadba33303eab3e0c98bcecc8187 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E8=A3=95=E8=B4=A2?= Date: Tue, 12 Jul 2022 13:46:45 +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 --- .../xmIteration/XmIterationForLinkComplex.vue | 43 +- .../xmProduct/XmProductForLinkComplex.vue | 814 ++++++++++-------- .../xm/core/xmProduct/XmProductOverview.vue | 2 +- 3 files changed, 469 insertions(+), 390 deletions(-) diff --git a/src/views/xm/core/xmIteration/XmIterationForLinkComplex.vue b/src/views/xm/core/xmIteration/XmIterationForLinkComplex.vue index 21561fd8..1a5c1d24 100644 --- a/src/views/xm/core/xmIteration/XmIterationForLinkComplex.vue +++ b/src/views/xm/core/xmIteration/XmIterationForLinkComplex.vue @@ -191,22 +191,33 @@ - 缺陷管理 - 设为待上线 + 缺陷管理 + 设为待上线 + + + + 缺陷管理 -
- - - + + + + + + + + 产品 + + + + :style="{ maxHeight: maxTableHeight + 'px', overflowY: 'auto' }" + >

常用功能导航

需求管理 - 关联项目 + > 需求管理 - 关联项目
@@ -74,33 +80,17 @@ type="warning" size="mini" plain - @click="infotype='迭代'" + @click="showPanel = 'iterationProductLink'" >迭代管理 - 缺陷管理 - 项目管理 - 效能分析 + > 设为已完成 - + 迭代管理 - 缺陷管理 - 项目管理 - 效能分析
- + 设为已关闭 - - - + - + 重新打开 - - - - + +
- - - - - -
- -
-
- -
- 产品 -
-
- - - - - -
- - 计算产品汇总数据 -
- 将从项目任务及产品任务中汇总进度、预算工作量、实际工作量、预算金额、实际金额、缺陷数、需求数等数据到产品统计表 -
- - 计算所有需求数据 -
- 将从项目任务汇总进度、预算工作量、实际工作量、预算金额、实际金额等数据到需求统计表 -
-
- -
- - - - - - - - - - - - - - - - - - - - - -
- - - + +
+ + + + + + +
+ + 计算产品汇总数据 +
+ 将从项目任务及产品任务中汇总进度、预算工作量、实际工作量、预算金额、实际金额、缺陷数、需求数等数据到产品统计表 +
+ + 计算所有需求数据 +
+ 将从项目任务汇总进度、预算工作量、实际工作量、预算金额、实际金额等数据到需求统计表 +
+
+
-
+ + + + + + + + + + + + + + + + + + + + + + - - - - - -
+ + + + diff --git a/src/views/xm/core/xmProduct/XmProductOverview.vue b/src/views/xm/core/xmProduct/XmProductOverview.vue index ae1b7afd..bceed421 100644 --- a/src/views/xm/core/xmProduct/XmProductOverview.vue +++ b/src/views/xm/core/xmProduct/XmProductOverview.vue @@ -9,7 +9,7 @@ - 产品负责人 + 产品负责人:{{xmProduct.pmUsername}}