| 
					
				 | 
			
			
				@@ -589,8 +589,8 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         const gateSelected = isYuan ? item.gateTotalAmount : item.gateQty // 已选 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         const gateTotal = isYuan ? item.gateBorrowAmount : item.gateBorrowQty // 累计 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         const geteBalance = item.gateShortfallValue // 差额 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        const quotaUnit = item.QuotaRuleUnit == 'YUAN' ? '元' : '个' // 配额单位 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        const gateQuota = item.QuotaRuleUnit == 'YUAN' ? item.gateQuotaAmount : item.gateQuotaQty // 配额 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        const quotaUnit = item.quotaRuleUnit == 'YUAN' ? '元' : '个' // 配额单位 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        const gateQuota = item.gateQuotaAmount // 配额 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         const unUseGateQuota = item.unUseAmount // 未用配额 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         // 特价产品 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         const isYuan2 = item.gateRuleUnit == 'YUAN' 
			 |