From 1744b28d36067cad5ae42cb2215d40ef4f234ff6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E8=A3=95=E8=B4=A2?= Date: Wed, 1 Feb 2023 03:14:35 +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 --- .../xm/core/components/XmIterationSelect.vue | 4 +- .../xm/core/components/XmProjectSelect.vue | 4 +- .../xmIteration/XmIterationForLinkComplex.vue | 26 +- .../XmIterationOverviewComplex.vue | 104 ++++---- .../xmProduct/XmProductForLinkComplex.vue | 10 +- .../xmProduct/XmProductOverviewComplex.vue | 128 ++++++---- .../xmProject/XmProjectForLinkComplex.vue | 223 +++++++++--------- .../xmProject/XmProjectOverviewComplex.vue | 99 +++++--- src/views/xm/rpt/iteration/burnout.vue | 2 +- 9 files changed, 339 insertions(+), 261 deletions(-) diff --git a/src/views/xm/core/components/XmIterationSelect.vue b/src/views/xm/core/components/XmIterationSelect.vue index 5a52940e..d75bdeb5 100644 --- a/src/views/xm/core/components/XmIterationSelect.vue +++ b/src/views/xm/core/components/XmIterationSelect.vue @@ -119,9 +119,9 @@
- + - +
{{ diff --git a/src/views/xm/core/components/XmProjectSelect.vue b/src/views/xm/core/components/XmProjectSelect.vue index a1b5c1af..366c935e 100644 --- a/src/views/xm/core/components/XmProjectSelect.vue +++ b/src/views/xm/core/components/XmProjectSelect.vue @@ -185,10 +185,10 @@ > - - +
- + +
- - - - - -

常用功能导航

- + + +
+ + - + +
- + @@ -479,7 +483,7 @@ this.$nextTick(() => { initDicts(this) - this.maxTableHeight = util.calcTableMaxHeight(this.$refs.pageMainRef.$el); + this.maxTableHeight = util.calcTableMaxHeight(this.$refs.pageBody.$el); }); } diff --git a/src/views/xm/core/xmIteration/XmIterationOverviewComplex.vue b/src/views/xm/core/xmIteration/XmIterationOverviewComplex.vue index b2516f2c..58128e25 100644 --- a/src/views/xm/core/xmIteration/XmIterationOverviewComplex.vue +++ b/src/views/xm/core/xmIteration/XmIterationOverviewComplex.vue @@ -1,12 +1,18 @@