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

product
RuoYi 2020-08-31 23:19:29 +08:00
parent 5f5c4e8415
commit bd7ae4e96b
1 changed files with 1 additions and 1 deletions

View File

@ -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