|  | @@ -681,7 +681,7 @@
 | 
	
		
			
				|  |  |                style="display: flex;height: 42.6px;border-bottom: 1px dashed #dfe6ec;"
 | 
	
		
			
				|  |  |                v-for="(item, index) in tableData"
 | 
	
		
			
				|  |  |                :key="index"
 | 
	
		
			
				|  |  | -              v-if="tableData.length < 6"
 | 
	
		
			
				|  |  | +              v-if="index < 5"
 | 
	
		
			
				|  |  |              >
 | 
	
		
			
				|  |  |                <div class="home_stock_table"> <p>{{ item.refno1 }}</p></div>
 | 
	
		
			
				|  |  |                <div class="home_stock_table">
 | 
	
	
		
			
				|  | @@ -732,7 +732,7 @@
 | 
	
		
			
				|  |  |            </div>
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |          </div>
 | 
	
		
			
				|  |  | -        <div style="width: 49%;height: 200px;float: right">
 | 
	
		
			
				|  |  | +        <div style="width: 49%;float: right">
 | 
	
		
			
				|  |  |            <el-table
 | 
	
		
			
				|  |  |              :data="tableDataTwo"
 | 
	
		
			
				|  |  |              :header-cell-style="{ borderBottom: '1px dashed #dfe6ec' }"
 |