From d6a53cc842de1e1639041ceceb50777bc17bcdbb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E8=A3=95=E8=B4=A2?= Date: Wed, 16 Feb 2022 20:46:56 +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/xmMenu/XmMenuMng.vue | 6 ++ .../xm/core/xmQuestion/XmQuestionMng.vue | 86 +++++++++++++------ src/views/xm/core/xmTask/XmTaskMng.vue | 5 ++ 3 files changed, 69 insertions(+), 28 deletions(-) diff --git a/src/views/xm/core/xmMenu/XmMenuMng.vue b/src/views/xm/core/xmMenu/XmMenuMng.vue index 4809eba2..3087e193 100644 --- a/src/views/xm/core/xmMenu/XmMenuMng.vue +++ b/src/views/xm/core/xmMenu/XmMenuMng.vue @@ -200,6 +200,11 @@ + + + + + @@ -223,6 +228,7 @@ import XmTaskListForMenu from '../xmTask/XmTaskListForMenu'; import XmIterationMng from '../xmIteration/XmIterationSelect';//修改界面 import UsersSelect from "@/views/mdp/sys/user/UsersSelect"; + import TagMng from "@/views/mdp/arc/tag/TagMng"; import {sn} from '@/common/js/sequence' diff --git a/src/views/xm/core/xmQuestion/XmQuestionMng.vue b/src/views/xm/core/xmQuestion/XmQuestionMng.vue index f3cd780d..e3e0feee 100644 --- a/src/views/xm/core/xmQuestion/XmQuestionMng.vue +++ b/src/views/xm/core/xmQuestion/XmQuestionMng.vue @@ -1,11 +1,11 @@ @@ -427,6 +431,7 @@ import XmMenuRichDetail from '../xmMenu/XmMenuRichDetail'; import XmProductSelect from '../xmProduct/XmProductSelect';//修改界面 + import TagMng from "@/views/mdp/arc/tag/TagMng"; import XmGantt from '../components/xm-gantt'; import XmProjectGroupSelect from '../xmProjectGroup/XmProjectGroupSelect.vue';