|
@@ -3,7 +3,7 @@
|
|
* @Author: wangcc
|
|
* @Author: wangcc
|
|
* @Date: 2022-07-06 15:56:45
|
|
* @Date: 2022-07-06 15:56:45
|
|
* @LastEditors: gcz
|
|
* @LastEditors: gcz
|
|
- * @LastEditTime: 2022-07-06 17:25:06
|
|
|
|
|
|
+ * @LastEditTime: 2022-07-07 10:55:54
|
|
* @FilePath: \castgroup_bigscreen\src\views\index.vue
|
|
* @FilePath: \castgroup_bigscreen\src\views\index.vue
|
|
* @Copyright: Copyright (c) 2016~2022 by wangcc, All Rights Reserved.
|
|
* @Copyright: Copyright (c) 2016~2022 by wangcc, All Rights Reserved.
|
|
-->
|
|
-->
|
|
@@ -975,6 +975,7 @@ export default {
|
|
this.page6Char1.series[0].data.push(element.pestCount);
|
|
this.page6Char1.series[0].data.push(element.pestCount);
|
|
this.page6Char1.series[1].data.push(element.fireCount);
|
|
this.page6Char1.series[1].data.push(element.fireCount);
|
|
this.page6Char1.series[2].data.push(element.cutCount);
|
|
this.page6Char1.series[2].data.push(element.cutCount);
|
|
|
|
+ this.page6Char1.series[3].data.push(element.stealCount);
|
|
});
|
|
});
|
|
// console.log('x坐标', this.page6Char1.xAxis.data)
|
|
// console.log('x坐标', this.page6Char1.xAxis.data)
|
|
|
|
|