From c92cbbdcec5bb1ebe0ae3dcb26c2a8b851531193 Mon Sep 17 00:00:00 2001 From: shijing Date: Thu, 19 Sep 2024 16:48:20 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E6=88=90=E5=93=81=E6=A3=80=E9=AA=8C?= =?UTF-8?q?=E5=88=87=E6=8D=A2=E7=B1=BB=E5=9E=8B=E6=97=B6=EF=BC=8C=E6=B8=85?= =?UTF-8?q?=E7=A9=BA=E5=8E=9F=E6=9C=89=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/statistics/good_check_gx.vue | 11 ++++++++--- src/views/statistics/task_rate_gx.vue | 7 +++++-- 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/src/views/statistics/good_check_gx.vue b/src/views/statistics/good_check_gx.vue index eb12918f..4b2ba9b9 100644 --- a/src/views/statistics/good_check_gx.vue +++ b/src/views/statistics/good_check_gx.vue @@ -3,8 +3,10 @@
- + { that.tableData = res.data2.ds0; console.log(that.tableData); }); }, + processChange(){ + this.handleQuery(); + }, handleQuery() { if(this.query.start_date){ this.query.end_date = this.query.start_date; diff --git a/src/views/statistics/task_rate_gx.vue b/src/views/statistics/task_rate_gx.vue index 2169d1ae..10a11721 100644 --- a/src/views/statistics/task_rate_gx.vue +++ b/src/views/statistics/task_rate_gx.vue @@ -572,12 +572,15 @@ export default { top: "3", right: "3%", }, - color: ["rgb(64,158,255)", "orange"], + color: ["rgb(64,158,255)", "rgb(255,165,0)"], series: { name: "任务进度", type: "pie", radius: ["40%", "70%"], - center: ["50%", "60%"], + center: ["50%", "55%"], + itemStyle: { + borderRadius: 5 + }, label: { show: true, position: "outside",