代码生成树模板去掉多余双引号

pull/17/head
RuoYi 4 years ago
parent 5f5c4e8415
commit bd7ae4e96b

@ -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…
Cancel
Save