| 
					
				 | 
			
			
				@@ -54,8 +54,8 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     getDef(fieldStr) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       let params = { ...this.cObj } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       this.formData = [ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        { label: '起价', rules: 1, key: 'price_min', type: 'inputFont', appendFont: '元', class: 'c-2'}, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        { label: '封顶价', key: 'price_max', type: 'inputFont', appendFont: '元', class: 'c-2'}, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        { label: '起价', rules: 1, key: 'price_min', type: 'inputFont', appendFont: '万元', class: 'c-2'}, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        { label: '封顶价', key: 'price_max', type: 'inputFont', appendFont: '万元', class: 'c-2'}, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         { label: '现场折扣', key: 'scene_discount'}, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         { label: '实际折扣', key: 'actual_discount'}, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         { label: '最新动态', key: 'dynamic', type: 'textarea', class: 'c-2'}, 
			 |