diff --git a/ruoyi-generator/src/main/resources/vm/html/list-tree.html.vm b/ruoyi-generator/src/main/resources/vm/html/list-tree.html.vm index 6def5ffae..57c833ffc 100644 --- a/ruoyi-generator/src/main/resources/vm/html/list-tree.html.vm +++ b/ruoyi-generator/src/main/resources/vm/html/list-tree.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,10 +44,10 @@ #elseif($column.htmlType == "datetime")
  • - + - - -
  • + + #end #end #end @@ -129,7 +129,7 @@ title: '${comment}', align: 'left' }, -#end +#end #end { title: '操作', @@ -148,4 +148,4 @@ }); - \ No newline at end of file +