|  | @@ -368,7 +368,6 @@
 | 
	
		
			
				|  |  |        show-summary
 | 
	
		
			
				|  |  |        :summary-method="getSummaries"
 | 
	
		
			
				|  |  |        @selection-change="handleSelectionChange"
 | 
	
		
			
				|  |  | -      :height="height"
 | 
	
		
			
				|  |  |      >
 | 
	
		
			
				|  |  |        <el-table-column type="selection" width="60" align="center" />
 | 
	
		
			
				|  |  |        <el-table-column label="行号" align="center" type="index" />
 | 
	
	
		
			
				|  | @@ -574,7 +573,6 @@ export default {
 | 
	
		
			
				|  |  |    },
 | 
	
		
			
				|  |  |    data() {
 | 
	
		
			
				|  |  |      return {
 | 
	
		
			
				|  |  | -      height:window.innerHeight - 380+'px',
 | 
	
		
			
				|  |  |        voyageOptions: [],
 | 
	
		
			
				|  |  |        vesselOptions: [],
 | 
	
		
			
				|  |  |        show: false,
 |