|  | @@ -52,6 +52,7 @@ export default {
 | 
	
		
			
				|  |  |          { label: '奖励积分', key: 'reward_point', class: 'c-2', rules: 1 },
 | 
	
		
			
				|  |  |          { label: '奖励周期', key: 'cycle', class: 'c-2', type: 'inputFont', appendFont: '天', rules: 1 },
 | 
	
		
			
				|  |  |          { label: '奖励次数', key: 'reward_num', class: 'c-2', rules: 1 },
 | 
	
		
			
				|  |  | +        { label: '类型', key: 'rule_type', class: 'c-2', rules: 1, type: 'select', options: this.$dictData.sale_rule_type },
 | 
	
		
			
				|  |  |          { label: '说明', key: 'remark' },
 | 
	
		
			
				|  |  |        ]
 | 
	
		
			
				|  |  |        this.setDefaultValue(params)
 |