From f1c31a89d31c61db0f4820b5c0b5ffa068229b9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E8=A3=95=E8=B4=A2?= Date: Mon, 30 Jan 2023 21:57:30 +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/rpt/project/taskSort.vue | 6 ------ src/views/xm/rpt/testPlan/testDayTimesCalc.vue | 8 +------- src/views/xm/rpt/testPlan/testPlanCaseUserDist.vue | 12 ------------ 3 files changed, 1 insertion(+), 25 deletions(-) diff --git a/src/views/xm/rpt/project/taskSort.vue b/src/views/xm/rpt/project/taskSort.vue index 598a61f4..ec2c691d 100644 --- a/src/views/xm/rpt/project/taskSort.vue +++ b/src/views/xm/rpt/project/taskSort.vue @@ -199,12 +199,6 @@ type: 'bar', label:{ show: true, - }, - markPoint: { - data: [ - { type: 'max', name: 'Max' }, - { type: 'min', name: 'Min' } - ] }, } ] diff --git a/src/views/xm/rpt/testPlan/testDayTimesCalc.vue b/src/views/xm/rpt/testPlan/testDayTimesCalc.vue index 37508862..87d992b8 100644 --- a/src/views/xm/rpt/testPlan/testDayTimesCalc.vue +++ b/src/views/xm/rpt/testPlan/testDayTimesCalc.vue @@ -233,13 +233,7 @@ label:{ show: true, }, - smooth: true, - markPoint: { - data: [ - { type: 'max', name: 'Max' }, - { type: 'min', name: 'Min' } - ] - }, + smooth: true, } ] } diff --git a/src/views/xm/rpt/testPlan/testPlanCaseUserDist.vue b/src/views/xm/rpt/testPlan/testPlanCaseUserDist.vue index d77442ef..4bf10310 100644 --- a/src/views/xm/rpt/testPlan/testPlanCaseUserDist.vue +++ b/src/views/xm/rpt/testPlan/testPlanCaseUserDist.vue @@ -230,12 +230,6 @@ data: this.hadExecCpd, label:{ show: true, - }, - markPoint: { - data: [ - { type: 'max', name: 'Max' }, - { type: 'min', name: 'Min' } - ] }, }, { @@ -244,12 +238,6 @@ data: this.notExecCpd, label:{ show: true, - }, - markPoint: { - data: [ - { type: 'max', name: 'Max' }, - { type: 'min', name: 'Min' } - ] }, }, ]