| 
					
				 | 
			
			
				@@ -305,7 +305,8 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         { label: '总金额', value: '10' }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         { label: '优惠金额', value: '11' } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       ] 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-      this.colsValue = this.colsOptions.filter(item => item.value < 8 && item.value != 3 || item.value == 11).map(item => item.value) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      // this.colsValue = this.colsOptions.filter(item => item.value < 8 && item.value != 3 || item.value == 11).map(item => item.value) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      this.colsValue = this.colsOptions.map(item => item.value) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     // 查看参与规则明细 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     showRuleDetail (sn) { 
			 |