|  | @@ -92,10 +92,19 @@
 | 
	
		
			
				|  |  |            <crop-select v-model="search.corpId" corpType="KH"></crop-select>
 | 
	
		
			
				|  |  |          </template>
 | 
	
		
			
				|  |  |          <template slot-scope="scope" slot="corpId">
 | 
	
		
			
				|  |  | -          <span style="color: #409EFF;cursor: pointer" @click.stop="beforeOpenPage(scope.row, 1)"
 | 
	
		
			
				|  |  | +          <span
 | 
	
		
			
				|  |  | +            style="color: #409EFF;cursor: pointer"
 | 
	
		
			
				|  |  | +            @click.stop="beforeOpenPage(scope.row, 1)"
 | 
	
		
			
				|  |  |              >{{ scope.row.corpsName }}
 | 
	
		
			
				|  |  |            </span>
 | 
	
		
			
				|  |  |          </template>
 | 
	
		
			
				|  |  | +        <template slot-scope="scope" slot="orderNo">
 | 
	
		
			
				|  |  | +          <span
 | 
	
		
			
				|  |  | +            style="color: #409EFF;cursor: pointer"
 | 
	
		
			
				|  |  | +            @click.stop="beforeOpenPage(scope.row, 1)"
 | 
	
		
			
				|  |  | +            >{{ scope.row.orderNo}}
 | 
	
		
			
				|  |  | +          </span>
 | 
	
		
			
				|  |  | +        </template>
 | 
	
		
			
				|  |  |          <template slot-scope="scope" slot="grossProfitRate">
 | 
	
		
			
				|  |  |            {{ scope.row.grossProfitRate ? scope.row.grossProfitRate : 0 }}%
 | 
	
		
			
				|  |  |          </template>
 |