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'