From 1d68fa9a7b40c7c68f89db071b41a43369202cb7 Mon Sep 17 00:00:00 2001 From: Cool <747682928@qq.com> Date: Mon, 27 May 2024 13:23:32 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=83=A8=E5=88=86bug?= =?UTF-8?q?=E4=BB=A5=E5=8F=8A=E9=A5=BC=E5=9B=BE=E9=A2=9C=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/cet/cet-ana-2.vue | 4 ++-- src/views/dashboard/Analysis/index.vue | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/cet/cet-ana-2.vue b/src/views/cet/cet-ana-2.vue index 7011f41..51447ab 100644 --- a/src/views/cet/cet-ana-2.vue +++ b/src/views/cet/cet-ana-2.vue @@ -151,7 +151,7 @@ export default { }), }; }); - this.collegeMajor = this.collegeMajorOptions[0].value; + this.collegeMajor = [this.collegeMajorOptions[0].value]; console.log(this.collegeMajorOptions); }, // 查询数据 @@ -188,7 +188,7 @@ export default { mounted() { this.getCollegeMajorData(); this.getBatch(); - // this.query(); + this.query(); }, }; diff --git a/src/views/dashboard/Analysis/index.vue b/src/views/dashboard/Analysis/index.vue index 810ea3e..0ac850d 100644 --- a/src/views/dashboard/Analysis/index.vue +++ b/src/views/dashboard/Analysis/index.vue @@ -234,7 +234,7 @@ export default { top: '5%', left: 'center' }, - color: ['#ff2d51', '#ff4777', '#f47983', '#ffb3a7', '#91cc75'], + color: ['#b3cde0', '#6497b1', '#005b96', '#03396c', '#e5e5e5'], series: [ //内圈饼图