mirror of https://github.com/ElemeFE/element
				
				
				
			Table: Remove extra render in cells.
							parent
							
								
									d1bcc7962c
								
							
						
					
					
						commit
						651fb58988
					
				| 
						 | 
				
			
			@ -56,7 +56,7 @@ export default {
 | 
			
		|||
                      on-mouseenter={ ($event) => this.handleCellMouseEnter($event, row) }
 | 
			
		||||
                      on-mouseleave={ this.handleCellMouseLeave }>
 | 
			
		||||
                      {
 | 
			
		||||
                        column.renderCell.call(this._renderProxy, h, { row, column, $index, store: this.store, _self: this.context || this.table.$vnode.context })
 | 
			
		||||
                        columnsHidden[cellIndex] ? '' : column.renderCell.call(this._renderProxy, h, { row, column, $index, store: this.store, _self: this.context || this.table.$vnode.context })
 | 
			
		||||
                      }
 | 
			
		||||
                    </td>
 | 
			
		||||
                  )
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue