|  |  | @ -95,6 +95,7 @@ | 
			
		
	
		
			
				
					|  |  |  |                         :areaScale="0.1" | 
			
		
	
		
			
				
					|  |  |  |                         @clickFeature="clickProject" | 
			
		
	
		
			
				
					|  |  |  |                         ></screen-map> | 
			
		
	
		
			
				
					|  |  |  |             <!-- <new-map /> --> | 
			
		
	
		
			
				
					|  |  |  |           </div> | 
			
		
	
		
			
				
					|  |  |  |           <!-- <div class="map-tips"> | 
			
		
	
		
			
				
					|  |  |  |             <div v-for="(item, index) in partyItem" | 
			
		
	
	
		
			
				
					|  |  | @ -196,6 +197,7 @@ import dialogInfo from './dialogInfo.vue' | 
			
		
	
		
			
				
					|  |  |  | import unitInfo from './unitInfo.vue' | 
			
		
	
		
			
				
					|  |  |  | import screenMap from "@/views/modules/visual/components/screen-map"; | 
			
		
	
		
			
				
					|  |  |  | import screenEchartsFrame from "../components/screen-echarts-frame"; | 
			
		
	
		
			
				
					|  |  |  | import newMap from '../cpts/map/index.vue' | 
			
		
	
		
			
				
					|  |  |  | import { pieOption } from './options' | 
			
		
	
		
			
				
					|  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  | export default { | 
			
		
	
	
		
			
				
					|  |  | @ -206,6 +208,7 @@ export default { | 
			
		
	
		
			
				
					|  |  |  |     dialogInfo, | 
			
		
	
		
			
				
					|  |  |  |     unitInfo, | 
			
		
	
		
			
				
					|  |  |  |     screenMap, | 
			
		
	
		
			
				
					|  |  |  |     newMap, | 
			
		
	
		
			
				
					|  |  |  |     screenEchartsFrame | 
			
		
	
		
			
				
					|  |  |  |   }, | 
			
		
	
		
			
				
					|  |  |  |   data () { | 
			
		
	
	
		
			
				
					|  |  | 
 |