From a7b86dd46973e15dddf32eaceae38e7276ea90db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BB=BB=E7=8F=AE=E5=AE=87?= Date: Mon, 22 Jan 2024 19:22:33 +0800 Subject: [PATCH] =?UTF-8?q?bug=20=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Statistics/statistics/index.vue | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/src/views/statistics/Statistics/statistics/index.vue b/src/views/statistics/Statistics/statistics/index.vue index 7ba690a..970fd59 100644 --- a/src/views/statistics/Statistics/statistics/index.vue +++ b/src/views/statistics/Statistics/statistics/index.vue @@ -64,11 +64,19 @@ Time - + to - +
@@ -152,6 +160,7 @@ const commonOptions = { nameLocation: 'middle', nameTextStyle: { fontSize: 18, + color: '#5b9cba', }, nameGap: 35, boundaryGap: false, @@ -171,7 +180,8 @@ const commonOptions = { }, }, axisLabel: { - color: '#5b9cba', + color: '#ade6ee', + // color: '#5b9cba', formatter: (value, index) => { let val = value.split(' ').join('\n') // if (index === 0) { @@ -247,7 +257,7 @@ export default { stationOptions: [], nuclideOptions: [], dataSouceOptions: [], - stationIds: undefined, + stationIds: [], queryParams: { systemType: undefined, nuclideNames: undefined, @@ -273,6 +283,7 @@ export default { methods: { moment, typeChange(val) { + this.stationIds = [] this.queryParams.systemType = val if (val == 'Particulate') this.menuName = 'Particulate' if (val == 'gamma') this.menuName = 'Noble Gas HPGe'