代码生成树模板去掉多余双引号
This commit is contained in:
		
							parent
							
								
									be54188ba6
								
							
						
					
					
						commit
						dd6640086e
					
				| 
						 | 
				
			
			@ -273,7 +273,7 @@ export default {
 | 
			
		|||
#set($comment=$column.columnComment)
 | 
			
		||||
#end
 | 
			
		||||
        $column.javaField: [
 | 
			
		||||
          { required: true, message: "$comment不能为空", trigger: "#if($column.htmlType == "select")"change"#else"blur"#end" }
 | 
			
		||||
          { required: true, message: "$comment不能为空", trigger: #if($column.htmlType == "select")"change"#else"blur"#end }
 | 
			
		||||
        ]#if($velocityCount != $columns.size()),#end
 | 
			
		||||
 | 
			
		||||
#end
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue