| 
					
				 | 
			
			
				@@ -35,9 +35,9 @@ export const TableHeader = [ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   // { label: "操作", slot: "action", width: '80px', align: 'center' }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 ] 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 export const judgeTable = [ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-  { label: "行政区", prop: "zhmc", align: 'center' }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-  { label: "图斑数", prop: "szxzc", width: '60px' }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-  { label: "图斑面积",  prop: "name", width: '100px', align: 'center' }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  { label: "行政区", prop: "xzqmc", width: '80px', align: 'center' }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  { label: "图斑数", prop: "countNumber", width: '60px' }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  { label: "图斑面积",  prop: "countSum", width: '100px', align: 'center' }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     label: "监测图斑", list: [ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       { label: "图斑数",  prop: "szxzc", width: '60px' }, 
			 |