From c621daca69b9bd581a25c0d815568513ade9c92a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E8=A3=95=E8=B4=A2?= Date: Thu, 16 Feb 2023 01:18:54 +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/router/routes_xm.js | 2 +- src/views/xm/core/xmProduct/XmProductMng.vue | 27 +++++++++++++++++++- src/views/xm/core/xmProject/XmProjectMng.vue | 17 +++++++++--- 3 files changed, 41 insertions(+), 5 deletions(-) diff --git a/src/router/routes_xm.js b/src/router/routes_xm.js index 1e13889b..623b79f1 100644 --- a/src/router/routes_xm.js +++ b/src/router/routes_xm.js @@ -618,10 +618,10 @@ export default { }, // leaf: true,//只有一个节点 children: [ + { path: 'casedb/mng', component: _import('xm/core/xmTestCasedb/XmTestCasedbMng'), name: 'XmTestCasedbMng', meta: { title: '测试设计',roles:["user"] }}, { path: 'question/detail', component: _import('xm/core/xmQuestion/XmQuestionDetailRoute'), name: 'questionDetail', meta: { title: '缺陷明细',roles:["user"] },hidden:true}, { path: 'question/mng', component: _import('xm/core/xmQuestion/XmQuestionMngRoute'), name: 'XmQuestionMng', meta: { title: '缺陷管理',roles:["user"] }}, { path: 'question/mng/me', component: _import('xm/core/xmQuestion/XmQuestionMngMy'), name: 'XmQuestionMngMy', meta: { title: '我的缺陷' ,roles:["user"]}}, - { path: 'casedb/mng', component: _import('xm/core/xmTestCasedb/XmTestCasedbMng'), name: 'XmTestCasedbMng', meta: { title: '测试管理',roles:["user"] }}, ] }, diff --git a/src/views/xm/core/xmProduct/XmProductMng.vue b/src/views/xm/core/xmProduct/XmProductMng.vue index c7487b72..41573e3d 100644 --- a/src/views/xm/core/xmProduct/XmProductMng.vue +++ b/src/views/xm/core/xmProduct/XmProductMng.vue @@ -184,9 +184,15 @@ 缺陷 - + +
+ + 超前{{ getPlanRealProgress(p) }}% + 落后{{ 0-getPlanRealProgress(p) }}% + + 未开始