From cc00487c2214feda4619c93a7d088a9156223696 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E8=A3=95=E8=B4=A2?= Date: Fri, 3 Feb 2023 00:22:15 +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/product/menuAgeDist.vue | 2 +- src/views/xm/rpt/product/menuAttDist.vue | 2 +- src/views/xm/rpt/product/questionAgeDist.vue | 2 +- src/views/xm/rpt/product/questionAttDist.vue | 2 +- src/views/xm/rpt/product/questionRetestDist.vue | 2 +- src/views/xm/rpt/project/taskAgeDist.vue | 2 +- src/views/xm/rpt/project/taskAttDist.vue | 2 +- src/views/xm/rpt/testPlan/testCaseToPlanCalc.vue | 2 +- src/views/xm/rpt/testPlan/testPlanCaseExecStatusDist.vue | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/views/xm/rpt/product/menuAgeDist.vue b/src/views/xm/rpt/product/menuAgeDist.vue index 77c949a8..0881bf90 100644 --- a/src/views/xm/rpt/product/menuAgeDist.vue +++ b/src/views/xm/rpt/product/menuAgeDist.vue @@ -211,7 +211,7 @@ style: { // text: '总数', text: - '总数'+this.total , + '需求数'+this.total , textAlign: 'center', fill: '#333', diff --git a/src/views/xm/rpt/product/menuAttDist.vue b/src/views/xm/rpt/product/menuAttDist.vue index 2dbc8d5c..aa67bc73 100644 --- a/src/views/xm/rpt/product/menuAttDist.vue +++ b/src/views/xm/rpt/product/menuAttDist.vue @@ -268,7 +268,7 @@ style: { // text: '总数', text: - '总数'+this.total , + '需求数'+this.total , textAlign: 'center', fill: '#333', diff --git a/src/views/xm/rpt/product/questionAgeDist.vue b/src/views/xm/rpt/product/questionAgeDist.vue index cb5d2438..fa2e57d6 100644 --- a/src/views/xm/rpt/product/questionAgeDist.vue +++ b/src/views/xm/rpt/product/questionAgeDist.vue @@ -240,7 +240,7 @@ style: { // text: '总数', text: - '总数'+this.total , + '缺陷数'+this.total , textAlign: 'center', fill: '#333', diff --git a/src/views/xm/rpt/product/questionAttDist.vue b/src/views/xm/rpt/product/questionAttDist.vue index 81bc695e..f7c8cedd 100644 --- a/src/views/xm/rpt/product/questionAttDist.vue +++ b/src/views/xm/rpt/product/questionAttDist.vue @@ -312,7 +312,7 @@ style: { // text: '总数', text: - '总数'+this.total , + '缺陷数'+this.total , textAlign: 'center', fill: '#333', diff --git a/src/views/xm/rpt/product/questionRetestDist.vue b/src/views/xm/rpt/product/questionRetestDist.vue index da21fd52..05cf47e5 100644 --- a/src/views/xm/rpt/product/questionRetestDist.vue +++ b/src/views/xm/rpt/product/questionRetestDist.vue @@ -275,7 +275,7 @@ style: { // text: '总数', text: - '总数'+this.total , + '缺陷数'+this.total , textAlign: 'center', fill: '#333', diff --git a/src/views/xm/rpt/project/taskAgeDist.vue b/src/views/xm/rpt/project/taskAgeDist.vue index bed1f60e..1d6aa981 100644 --- a/src/views/xm/rpt/project/taskAgeDist.vue +++ b/src/views/xm/rpt/project/taskAgeDist.vue @@ -185,7 +185,7 @@ style: { // text: '总数', text: - '总数'+this.total , + '任务数'+this.total , textAlign: 'center', fill: '#333', diff --git a/src/views/xm/rpt/project/taskAttDist.vue b/src/views/xm/rpt/project/taskAttDist.vue index 9dee40cb..9b9405a4 100644 --- a/src/views/xm/rpt/project/taskAttDist.vue +++ b/src/views/xm/rpt/project/taskAttDist.vue @@ -245,7 +245,7 @@ style: { // text: '总数', text: - '总数'+this.total , + '任务数'+this.total , textAlign: 'center', fill: '#333', diff --git a/src/views/xm/rpt/testPlan/testCaseToPlanCalc.vue b/src/views/xm/rpt/testPlan/testCaseToPlanCalc.vue index a1d7ba70..a0dee041 100644 --- a/src/views/xm/rpt/testPlan/testCaseToPlanCalc.vue +++ b/src/views/xm/rpt/testPlan/testCaseToPlanCalc.vue @@ -218,7 +218,7 @@ style: { // text: '总数', text: - '总数'+this.total , + '用例数'+this.total , textAlign: 'center', fill: '#333', diff --git a/src/views/xm/rpt/testPlan/testPlanCaseExecStatusDist.vue b/src/views/xm/rpt/testPlan/testPlanCaseExecStatusDist.vue index 8d98487b..7c8b7016 100644 --- a/src/views/xm/rpt/testPlan/testPlanCaseExecStatusDist.vue +++ b/src/views/xm/rpt/testPlan/testPlanCaseExecStatusDist.vue @@ -209,7 +209,7 @@ style: { // text: '总数', text: - '总数'+this.total , + '用例数'+this.total , textAlign: 'center', fill: '#333',