|  | @@ -1,18 +1,19 @@
 | 
	
		
			
				|  |  |  <script setup>
 | 
	
		
			
				|  |  | -	
 | 
	
		
			
				|  |  | +	import BasicInfor from "../Table/components/BasicInfor.vue"
 | 
	
		
			
				|  |  | +	import WaterLeveChart from "../Table/components/WaterLevelChart.vue"
 | 
	
		
			
				|  |  |  </script>
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  <template>
 | 
	
		
			
				|  |  | -	<jt-popup2  title="灌溉设备统计" ref="ggsbtj">
 | 
	
		
			
				|  |  | -		
 | 
	
		
			
				|  |  | +	<jt-popup2  title="农田基本信息" ref="BasicInfor">
 | 
	
		
			
				|  |  | +	<BasicInfor ></BasicInfor>
 | 
	
		
			
				|  |  |  	</jt-popup2>
 | 
	
		
			
				|  |  |  	
 | 
	
		
			
				|  |  | -	<jt-popup2  title="设备运行检测" top="calc(calc(100% - 115rem) / 3 + 90rem)" ref="sbyxjc">
 | 
	
		
			
				|  |  | +	<jt-popup2  title="田路工程" top="calc(calc(100% - 115rem) / 3 + 90rem)" ref="RoadProject">
 | 
	
		
			
				|  |  |  		
 | 
	
		
			
				|  |  |  	</jt-popup2>
 | 
	
		
			
				|  |  |  	
 | 
	
		
			
				|  |  | -	<jt-popup2  title="灌溉水位监测" top="calc(calc(100% - 115rem) / 3 + calc(100% - 115rem) / 3 + 90rem)" ref="qtnhzb">
 | 
	
		
			
				|  |  | -		
 | 
	
		
			
				|  |  | +	<jt-popup2  title="水利工程" top="calc(calc(100% - 115rem) / 3 + calc(100% - 115rem) / 3 + 90rem)" ref="WaterProject">
 | 
	
		
			
				|  |  | +		<WaterLeveChart></WaterLeveChart>
 | 
	
		
			
				|  |  |  	</jt-popup2>
 | 
	
		
			
				|  |  |  	
 | 
	
		
			
				|  |  |  	<jt-popup3  title="用水量统计" ref="ysltj">
 |