update base-table add tooltip
This commit is contained in:
		@@ -1,5 +1,7 @@
 | 
			
		||||
<template>
 | 
			
		||||
	<div></div>
 | 
			
		||||
	<div class="cell-container">
 | 
			
		||||
		
 | 
			
		||||
	</div>
 | 
			
		||||
</template>
 | 
			
		||||
 | 
			
		||||
<script>
 | 
			
		||||
 
 | 
			
		||||
@@ -31,7 +31,8 @@
 | 
			
		||||
					:width="head.width || null"
 | 
			
		||||
					:min-width="head.minWidth || null"
 | 
			
		||||
					:fixed="head.fixed || null"
 | 
			
		||||
					:show-overflow-tooltip="head.showOverflowTooltip || false"
 | 
			
		||||
					:show-overflow-tooltip="head.showOverflowTooltip || true"
 | 
			
		||||
					:tooltip-effect="head.tooltipEffect || 'light'"
 | 
			
		||||
					filter-placement="top"
 | 
			
		||||
					:align="head.align || null"
 | 
			
		||||
					v-bind="head.more"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user