|  | @@ -381,7 +381,7 @@
 | 
	
		
			
				|  |  |          background
 | 
	
		
			
				|  |  |          :current-page="currentPage"
 | 
	
		
			
				|  |  |          :page-sizes="[5, 10, 20, 30, 40, 50]"
 | 
	
		
			
				|  |  | -        :layout="hasSizeChange ? 'total, sizes, prev, pager, next' : 'total, prev, pager, next'"
 | 
	
		
			
				|  |  | +        :layout="hasSizeChange ? 'total, sizes, prev, pager, next, jumper' : 'total, prev, pager, next'"
 | 
	
		
			
				|  |  |          :page-size="pageSize"
 | 
	
		
			
				|  |  |          :total="totalRecords"
 | 
	
		
			
				|  |  |          :pager-count="5"
 | 
	
	
		
			
				|  | @@ -423,7 +423,7 @@ export default {
 | 
	
		
			
				|  |  |      },
 | 
	
		
			
				|  |  |      hasSizeChange: {
 | 
	
		
			
				|  |  |        type: Boolean,
 | 
	
		
			
				|  |  | -      default: false
 | 
	
		
			
				|  |  | +      default: true
 | 
	
		
			
				|  |  |      },
 | 
	
		
			
				|  |  |      insertSlotArr: {
 | 
	
		
			
				|  |  |        default: () => [],
 |