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 71181201..b0e736d9 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 @@ -25,7 +25,7 @@ -#elseif($column.htmlType == "select" || $column.htmlType == "radio" && "" != $dictType) +#elseif(($column.htmlType == "select" || $column.htmlType == "radio") && "" != $dictType)
  • -#elseif($column.htmlType == "select" || $column.htmlType == "radio" && $dictType) +#elseif(($column.htmlType == "select" || $column.htmlType == "radio") && $dictType)
  • #elseif($column.htmlType == "datetime") 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 6528a929..692cb38b 100644 --- a/ruoyi-generator/src/main/resources/vm/html/list.html.vm +++ b/ruoyi-generator/src/main/resources/vm/html/list.html.vm @@ -25,7 +25,7 @@ -#elseif($column.htmlType == "select" || $column.htmlType == "radio" && "" != $dictType) +#elseif(($column.htmlType == "select" || $column.htmlType == "radio") && "" != $dictType)
  • -#elseif($column.htmlType == "select" || $column.htmlType == "radio" && $dictType) +#elseif(($column.htmlType == "select" || $column.htmlType == "radio") && $dictType)
  • #elseif($column.htmlType == "datetime")