|  | @@ -20,6 +20,10 @@
 | 
	
		
			
				|  |  |            :configuration="configuration"
 | 
	
		
			
				|  |  |          ></select-component>
 | 
	
		
			
				|  |  |        </template>
 | 
	
		
			
				|  |  | +      <template slot-scope="scope" slot="checkType">
 | 
	
		
			
				|  |  | +        <span v-if="scope.row.checkType == 'ffsq'">付费申请</span>
 | 
	
		
			
				|  |  | +        <span v-else-if="scope.row.checkType == 'xsqh'">销售请核</span>
 | 
	
		
			
				|  |  | +      </template>
 | 
	
		
			
				|  |  |        <template slot="menuLeft">
 | 
	
		
			
				|  |  |          <el-button size="small"
 | 
	
		
			
				|  |  |                     type="success"
 |