From a1f81a1ae2e2ff2f3df2bede54c009d01b3c22ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E8=A3=95=E8=B4=A2?= Date: Mon, 1 Aug 2022 18:17:38 +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/xmTestPlan/XmTestPlanInfo.vue | 11 +- .../xm/core/xmTestPlan/rpt/CompsCard.vue | 185 +++++++----------- src/views/xm/core/xmTestPlan/rpt/CompsSet.vue | 149 ++++---------- src/views/xm/core/xmTestPlan/rpt/index.vue | 56 ++---- 4 files changed, 128 insertions(+), 273 deletions(-) diff --git a/src/views/xm/core/xmTestPlan/XmTestPlanInfo.vue b/src/views/xm/core/xmTestPlan/XmTestPlanInfo.vue index 507fb1a9..939db21a 100644 --- a/src/views/xm/core/xmTestPlan/XmTestPlanInfo.vue +++ b/src/views/xm/core/xmTestPlan/XmTestPlanInfo.vue @@ -13,7 +13,7 @@  执行测试  缺陷 - +  报告 @@ -24,8 +24,10 @@
+ - + 配置报告 + @@ -37,7 +39,7 @@ - + @@ -133,6 +135,9 @@ export default { onTestPlanSelect(row){ this.activeIndex='testPlanCase' this.xmTestPlan=row + }, + showRptConfig(){ + this.$refs['rpt'].rptConfigVisible=true } },//end methods diff --git a/src/views/xm/core/xmTestPlan/rpt/CompsCard.vue b/src/views/xm/core/xmTestPlan/rpt/CompsCard.vue index 141fe131..ee451e52 100644 --- a/src/views/xm/core/xmTestPlan/rpt/CompsCard.vue +++ b/src/views/xm/core/xmTestPlan/rpt/CompsCard.vue @@ -1,33 +1,46 @@ - - - diff --git a/src/views/xm/core/xmTestPlan/rpt/CompsSet.vue b/src/views/xm/core/xmTestPlan/rpt/CompsSet.vue index 2bf8fdea..faf567ba 100644 --- a/src/views/xm/core/xmTestPlan/rpt/CompsSet.vue +++ b/src/views/xm/core/xmTestPlan/rpt/CompsSet.vue @@ -1,45 +1,18 @@ -