From d3de6874700a897bbed58af2dea924df9f846f70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E8=A3=95=E8=B4=A2?= Date: Wed, 9 Mar 2022 05:24:32 +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 --- src/views/xm/core/xmGroup/XmGroupAllMng.vue | 2 +- src/views/xm/core/xmGroup/XmGroupMng.vue | 12 +- .../xm/core/xmGroupState/XmGroupStateMng.vue | 2 +- .../xm/core/xmGroupUser/XmGroupUserMng.vue | 4 +- .../xm/core/xmIteration/XmIterationInfo.vue | 2 +- src/views/xm/core/xmProduct/XmProductInfo.vue | 2 +- src/views/xm/core/xmProject/XmProjectInfo.vue | 2 +- .../XmProjectPhaseForProduct.vue | 2 +- .../core/xmProjectPhase/XmProjectPhaseMng.vue | 2 +- src/views/xm/core/xmTask/XmTaskAdd.vue | 243 +++++++----------- src/views/xm/core/xmTask/XmTaskEdit.vue | 36 ++- src/views/xm/core/xmTask/XmTaskMng.vue | 57 ++-- 12 files changed, 146 insertions(+), 220 deletions(-) diff --git a/src/views/xm/core/xmGroup/XmGroupAllMng.vue b/src/views/xm/core/xmGroup/XmGroupAllMng.vue index af60faed..ce23d669 100644 --- a/src/views/xm/core/xmGroup/XmGroupAllMng.vue +++ b/src/views/xm/core/xmGroup/XmGroupAllMng.vue @@ -1,6 +1,6 @@ diff --git a/src/views/xm/core/xmGroup/XmGroupMng.vue b/src/views/xm/core/xmGroup/XmGroupMng.vue index 6e5b0230..15419dcd 100644 --- a/src/views/xm/core/xmGroup/XmGroupMng.vue +++ b/src/views/xm/core/xmGroup/XmGroupMng.vue @@ -25,12 +25,12 @@ - + - + - + - + - + - + diff --git a/src/views/xm/core/xmGroupState/XmGroupStateMng.vue b/src/views/xm/core/xmGroupState/XmGroupStateMng.vue index d9df68b1..7e2e66cd 100644 --- a/src/views/xm/core/xmGroupState/XmGroupStateMng.vue +++ b/src/views/xm/core/xmGroupState/XmGroupStateMng.vue @@ -44,7 +44,7 @@ :visible.sync="overviewVisible" size="60%" > - + diff --git a/src/views/xm/core/xmGroupUser/XmGroupUserMng.vue b/src/views/xm/core/xmGroupUser/XmGroupUserMng.vue index 806a4b31..0d524522 100644 --- a/src/views/xm/core/xmGroupUser/XmGroupUserMng.vue +++ b/src/views/xm/core/xmGroupUser/XmGroupUserMng.vue @@ -44,12 +44,12 @@ - + - + diff --git a/src/views/xm/core/xmIteration/XmIterationInfo.vue b/src/views/xm/core/xmIteration/XmIterationInfo.vue index ca66c5e6..2ff8fe5b 100644 --- a/src/views/xm/core/xmIteration/XmIterationInfo.vue +++ b/src/views/xm/core/xmIteration/XmIterationInfo.vue @@ -41,7 +41,7 @@ - + diff --git a/src/views/xm/core/xmProduct/XmProductInfo.vue b/src/views/xm/core/xmProduct/XmProductInfo.vue index bc5ac3b5..525a4f3b 100644 --- a/src/views/xm/core/xmProduct/XmProductInfo.vue +++ b/src/views/xm/core/xmProduct/XmProductInfo.vue @@ -158,7 +158,7 @@ - + diff --git a/src/views/xm/core/xmProject/XmProjectInfo.vue b/src/views/xm/core/xmProject/XmProjectInfo.vue index 8639d576..add70f01 100644 --- a/src/views/xm/core/xmProject/XmProjectInfo.vue +++ b/src/views/xm/core/xmProject/XmProjectInfo.vue @@ -157,7 +157,7 @@ - + diff --git a/src/views/xm/core/xmProjectPhase/XmProjectPhaseForProduct.vue b/src/views/xm/core/xmProjectPhase/XmProjectPhaseForProduct.vue index 83c05b6e..ff19b8d6 100644 --- a/src/views/xm/core/xmProjectPhase/XmProjectPhaseForProduct.vue +++ b/src/views/xm/core/xmProjectPhase/XmProjectPhaseForProduct.vue @@ -169,7 +169,7 @@ - + diff --git a/src/views/xm/core/xmProjectPhase/XmProjectPhaseMng.vue b/src/views/xm/core/xmProjectPhase/XmProjectPhaseMng.vue index 31cd8753..92d0cc30 100644 --- a/src/views/xm/core/xmProjectPhase/XmProjectPhaseMng.vue +++ b/src/views/xm/core/xmProjectPhase/XmProjectPhaseMng.vue @@ -186,7 +186,7 @@ - + diff --git a/src/views/xm/core/xmTask/XmTaskAdd.vue b/src/views/xm/core/xmTask/XmTaskAdd.vue index 9829dd3b..599faf10 100644 --- a/src/views/xm/core/xmTask/XmTaskAdd.vue +++ b/src/views/xm/core/xmTask/XmTaskAdd.vue @@ -1,14 +1,5 @@