qinbai
				
				4 years ago
				
			 
		
		
	
	
		
			
				
				
					
					
						
					
					
						
							
								
									
										
	
		
			
				| 
					
				 | 
			
			
				@@ -16,6 +16,19 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   "menuWidth": 150, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   "column": [ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      "label": "项目编码", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      "prop": "code", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      "index": 1, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      "width": 150, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      "rules": [ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          "required": true, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          "message": "请输入项目编码", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          "trigger": "blur" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      ] 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       "label": "项目名称", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       "prop": "cname", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       "search": true, 
			 |