| 
						
						
							
								
							
						
						
					 | 
				
				 | 
				
					@ -93,10 +93,7 @@ | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        </el-form> | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					      </div> | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					
 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					      <div | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        class="div_table" | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        :style="{ height: maxTableHeight + 130 + 'px' }" | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					      > | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					      <div class="div_table" :style="{ height: maxTableHeight + 130 + 'px' }"> | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        <div class="div_btn"> | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					          <el-button | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					            class="diy-button--add" | 
				
			
			
		
	
	
		
			
				
					| 
						
							
								
							
						
						
							
								
							
						
						
					 | 
				
				 | 
				
					@ -142,6 +139,7 @@ | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        </div> | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					
 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        <el-table | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					          ref="ref_table" | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					          :data="tableData" | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					          border | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					          :header-cell-style="{ background: '#2195FE', color: '#FFFFFF' }" | 
				
			
			
		
	
	
		
			
				
					| 
						
							
								
							
						
						
							
								
							
						
						
					 | 
				
				 | 
				
					@ -447,6 +445,11 @@ export default { | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					    this.computeSearchHeight(); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					  }, | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					
 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					  activated() { | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					    console.log('-------------activated') | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					    this.$refs["ref_table"].doLayout(); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					  }, | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					
 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					  methods: { | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					    computeSearchHeight() { | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					      this.ref_search_height = this.$refs["ref_search"].clientHeight; | 
				
			
			
		
	
	
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
				
				 | 
				
					
  |