|  | @@ -139,6 +139,13 @@
 | 
	
		
			
				|  |  |              </template>
 | 
	
		
			
				|  |  |            </el-table-column>
 | 
	
		
			
				|  |  |            <el-table-column label="入驻银联主体名称" align="center" prop="unionName" />
 | 
	
		
			
				|  |  | +          <el-table-column label="签约状态" align="center" prop="unionFlag">
 | 
	
		
			
				|  |  | +            <template slot-scope="scope">
 | 
	
		
			
				|  |  | +              <dict-tag :options="dict.type.union_flag" :value="scope.row.unionFlag"/>
 | 
	
		
			
				|  |  | +            </template>
 | 
	
		
			
				|  |  | +          </el-table-column>
 | 
	
		
			
				|  |  | +          <el-table-column label="签约商户号" align="center" prop="unionMid" />
 | 
	
		
			
				|  |  | +          <el-table-column label="签约失败原因" align="center" prop="unionErrReason" />
 | 
	
		
			
				|  |  |            <el-table-column label="佣金税率" align="center" prop="type">
 | 
	
		
			
				|  |  |              <template slot-scope="scope">
 | 
	
		
			
				|  |  |                <span>{{ scope.row.retailRate }}%</span>
 | 
	
	
		
			
				|  | @@ -394,7 +401,7 @@ export default {
 | 
	
		
			
				|  |  |        return url
 | 
	
		
			
				|  |  |      }
 | 
	
		
			
				|  |  |    },
 | 
	
		
			
				|  |  | -  dicts: ['distribution_type','user_allow_withdraw','persons_type'],
 | 
	
		
			
				|  |  | +  dicts: ['distribution_type','user_allow_withdraw','persons_type','union_flag'],
 | 
	
		
			
				|  |  |    components: { addAndEdit, promotionCode, linkSetVue },
 | 
	
		
			
				|  |  |    data() {
 | 
	
		
			
				|  |  |      let validateNumber = (rule, value, callback) => {
 |