diff --git a/ruoyi-generator/src/main/resources/vm/html/list.html.vm b/ruoyi-generator/src/main/resources/vm/html/list.html.vm index 252b983bc..6bf17994a 100644 --- a/ruoyi-generator/src/main/resources/vm/html/list.html.vm +++ b/ruoyi-generator/src/main/resources/vm/html/list.html.vm @@ -17,9 +17,9 @@ #set($parentheseIndex=$column.columnComment.indexOf("(")) #if($parentheseIndex != -1) #set($comment=$column.columnComment.substring(0, $parentheseIndex)) -#else +#else #set($comment=$column.columnComment) -#end +#end #if($column.htmlType == "input")
  • @@ -44,9 +44,9 @@ #elseif($column.htmlType == "datetime")
  • - + - - +
  • #end #end @@ -129,7 +129,7 @@ field: '${javaField}', title: '${comment}' }, -#end +#end #end { title: '操作', @@ -146,4 +146,4 @@ }); - \ No newline at end of file +