|  | @@ -10,10 +10,10 @@
 | 
	
		
			
				|  |  |      />
 | 
	
		
			
				|  |  |      <wordClouds
 | 
	
		
			
				|  |  |          :barHeight="'312px'"
 | 
	
		
			
				|  |  | -        id="平台订单总交易额趋势(月)"
 | 
	
		
			
				|  |  | +        id="区域内评价热词分布"
 | 
	
		
			
				|  |  |          style="position: absolute; left: 20px; top: 426px"
 | 
	
		
			
				|  |  |          class="animated fadeInLeft"
 | 
	
		
			
				|  |  | -        title="平台订单总交易额趋势(月)"
 | 
	
		
			
				|  |  | +        title="区域内评价热词分布"
 | 
	
		
			
				|  |  |      >
 | 
	
		
			
				|  |  |      </wordClouds>
 | 
	
		
			
				|  |  |      <weatherForecast
 | 
	
	
		
			
				|  | @@ -106,18 +106,26 @@ export default {
 | 
	
		
			
				|  |  |        },
 | 
	
		
			
				|  |  |        max: 100,
 | 
	
		
			
				|  |  |        autoVueFnInit: false,
 | 
	
		
			
				|  |  | -      statisticsData: {
 | 
	
		
			
				|  |  | -        title: `目标完成率`,
 | 
	
		
			
				|  |  | -        value: 0,
 | 
	
		
			
				|  |  | -        acrossList: [
 | 
	
		
			
				|  |  | -          {name: `年移栽数量`, value: undefined},
 | 
	
		
			
				|  |  | -          {name: `年移栽面积`, value: undefined},
 | 
	
		
			
				|  |  | -        ],
 | 
	
		
			
				|  |  | -        verticalList: [
 | 
	
		
			
				|  |  | -          {name: `移栽区域数`, value: undefined},
 | 
	
		
			
				|  |  | -          {name: `烟农数量`, value: undefined},
 | 
	
		
			
				|  |  | -        ],
 | 
	
		
			
				|  |  | -      },
 | 
	
		
			
				|  |  | +      statisticsData: [
 | 
	
		
			
				|  |  | +        {
 | 
	
		
			
				|  |  | +          value: 30,
 | 
	
		
			
				|  |  | +          name: "好评",
 | 
	
		
			
				|  |  | +          color: '#975fe4',
 | 
	
		
			
				|  |  | +          amount: 3395,
 | 
	
		
			
				|  |  | +        },
 | 
	
		
			
				|  |  | +        {
 | 
	
		
			
				|  |  | +          value: 40,
 | 
	
		
			
				|  |  | +          name: "中评",
 | 
	
		
			
				|  |  | +          color: '#45a5ff',
 | 
	
		
			
				|  |  | +          amount: 2323
 | 
	
		
			
				|  |  | +        },
 | 
	
		
			
				|  |  | +        {
 | 
	
		
			
				|  |  | +          value: 50,
 | 
	
		
			
				|  |  | +          name: "差评",
 | 
	
		
			
				|  |  | +          color: '#ff0000',
 | 
	
		
			
				|  |  | +          amount: 3322
 | 
	
		
			
				|  |  | +        }
 | 
	
		
			
				|  |  | +      ],
 | 
	
		
			
				|  |  |        yearName: {
 | 
	
		
			
				|  |  |          lastName: `去年`,
 | 
	
		
			
				|  |  |          thisName: `今年`,
 |