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",