|  | @@ -3,13 +3,10 @@
 | 
											
												
													
														|  |   * @Author: wangcc
 |  |   * @Author: wangcc
 | 
											
												
													
														|  |   * @Date: 2022-07-06 15:56:45
 |  |   * @Date: 2022-07-06 15:56:45
 | 
											
												
													
														|  |   * @LastEditors: wangcc
 |  |   * @LastEditors: wangcc
 | 
											
												
													
														|  | - * @LastEditTime: 2022-07-07 11:49:29
 |  | 
 | 
											
												
													
														|  | 
 |  | + * @LastEditTime: 2022-07-07 13:58:06
 | 
											
												
													
														|  |   * @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. 
 | 
											
												
													
														|  |  -->
 |  |  -->
 | 
											
												
													
														|  | -<!--
 |  | 
 | 
											
												
													
														|  | - * @LastEditors: gcz
 |  | 
 | 
											
												
													
														|  | --->
 |  | 
 | 
											
												
													
														|  |  <template>
 |  |  <template>
 | 
											
												
													
														|  |    <div class>
 |  |    <div class>
 | 
											
												
													
														|  |      <dv-full-screen-container>
 |  |      <dv-full-screen-container>
 | 
											
										
											
												
													
														|  | @@ -967,6 +964,7 @@ export default {
 | 
											
												
													
														|  |            this.page6Char1.series[0].data = [];
 |  |            this.page6Char1.series[0].data = [];
 | 
											
												
													
														|  |            this.page6Char1.series[1].data = [];
 |  |            this.page6Char1.series[1].data = [];
 | 
											
												
													
														|  |            this.page6Char1.series[2].data = [];
 |  |            this.page6Char1.series[2].data = [];
 | 
											
												
													
														|  | 
 |  | +          this.page6Char1.series[3].data = [];
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  |            const rows = res.data;
 |  |            const rows = res.data;
 | 
											
												
													
														|  |            // console.log(rows)
 |  |            // console.log(rows)
 | 
											
										
											
												
													
														|  | @@ -978,6 +976,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)
 | 
											
												
													
														|  |  
 |  |  
 |