From 9f4b1797f93c01b051b01fb2c094a200deb4db4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E8=A3=95=E8=B4=A2?= Date: Thu, 10 Mar 2022 23:38:05 +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 --- .../XmIterationForProjectComplex.vue | 2 +- .../xmProduct/XmProductForProjectComplex.vue | 32 +++++++++++-------- .../xm/core/xmProduct/XmProductSelect.vue | 8 ++++- .../xm/core/xmProject/XmProjectComplex.vue | 2 +- 4 files changed, 27 insertions(+), 17 deletions(-) diff --git a/src/views/xm/core/xmIteration/XmIterationForProjectComplex.vue b/src/views/xm/core/xmIteration/XmIterationForProjectComplex.vue index 3b6f8495..82439d13 100644 --- a/src/views/xm/core/xmIteration/XmIterationForProjectComplex.vue +++ b/src/views/xm/core/xmIteration/XmIterationForProjectComplex.vue @@ -8,7 +8,7 @@ + trigger="click"> {{xmIteration?xmIteration.iterationName:'选择迭代'}} diff --git a/src/views/xm/core/xmProduct/XmProductForProjectComplex.vue b/src/views/xm/core/xmProduct/XmProductForProjectComplex.vue index bd3588b5..348ec1f2 100644 --- a/src/views/xm/core/xmProduct/XmProductForProjectComplex.vue +++ b/src/views/xm/core/xmProduct/XmProductForProjectComplex.vue @@ -1,32 +1,36 @@