| 
					
				 | 
			
			
				@@ -193,9 +193,9 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             label: "有效期开始", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             prop: "startTime", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            type: "datetime", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            format: "yyyy-MM-dd hh:mm:ss", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            valueFormat: "yyyy-MM-dd hh:mm:ss", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            type: "date", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            format: "yyyy-MM-dd", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            valueFormat: "yyyy-MM-dd 00:00:00", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             rules: [ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 required: true, 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -208,9 +208,9 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             label: "有效期结束", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             prop: "endTime", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            type: "datetime", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            format: "yyyy-MM-dd hh:mm:ss", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            valueFormat: "yyyy-MM-dd hh:mm:ss", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            type: "date", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            format: "yyyy-MM-dd", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            valueFormat: "yyyy-MM-dd 23:59:59", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             rules: [ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 required: true, 
			 |