diff --git a/ruoyi-generator/src/main/resources/vm/vue/index.vue.vm b/ruoyi-generator/src/main/resources/vm/vue/index.vue.vm
index 3e5298c69..0f06b014e 100644
--- a/ruoyi-generator/src/main/resources/vm/vue/index.vue.vm
+++ b/ruoyi-generator/src/main/resources/vm/vue/index.vue.vm
@@ -1,471 +1,471 @@
-
-
-#foreach($column in $columns)
-#if($column.query)
-#set($dictType=$column.dictType)
-#set($AttrName=$column.javaField.substring(0,1).toUpperCase() + ${column.javaField.substring(1)})
-#set($parentheseIndex=$column.columnComment.indexOf("("))
-#if($parentheseIndex != -1)
-#set($comment=$column.columnComment.substring(0, $parentheseIndex))
-#else
-#set($comment=$column.columnComment)
-#end
-#if($column.htmlType == "input")
-
-
+
+ #foreach($column in $columns)
+ #if($column.query)
+ #set($dictType=$column.dictType)
+ #set($AttrName=$column.javaField.substring(0,1).toUpperCase() + ${column.javaField.substring(1)})
+ #set($parentheseIndex=$column.columnComment.indexOf("("))
+ #if($parentheseIndex != -1)
+ #set($comment=$column.columnComment.substring(0, $parentheseIndex))
+ #else
+ #set($comment=$column.columnComment)
+ #end
+ #if($column.htmlType == "input")
+
+
+
+ #elseif(($column.htmlType == "select" || $column.htmlType == "radio") && "" != $dictType)
+
+
+
+
+
+ #elseif(($column.htmlType == "select" || $column.htmlType == "radio") && $dictType)
+
+
+
+
+
+ #elseif($column.htmlType == "datetime")
+
+
+
+
+ #end
+ #end
+ #end
+
+ 搜索
+ 重置
+
+
+
+
+
+ 新增
+
+
+ 修改
+
+
+ 删除
+
+
+ 导出
+
+
+
+
+
+
+ #foreach($column in $columns)
+ #set($javaField=$column.javaField)
+ #set($parentheseIndex=$column.columnComment.indexOf("("))
+ #if($parentheseIndex != -1)
+ #set($comment=$column.columnComment.substring(0, $parentheseIndex))
+ #else
+ #set($comment=$column.columnComment)
+ #end
+ #if($column.pk)
+
+ #elseif($column.list && $column.htmlType == "datetime")
+
+
+ {{ parseTime(scope.row.${javaField}, '{y}-{m}-{d}') }}
+
+
+ #elseif($column.list && "" != $column.dictType)
+
+ #elseif($column.list && "" != $javaField)
+
+ #end
+ #end
+
+
+ 修改
+ 删除
+
+
+
+
+
-
-#elseif(($column.htmlType == "select" || $column.htmlType == "radio") && "" != $dictType)
-
-
-
-
-
-#elseif(($column.htmlType == "select" || $column.htmlType == "radio") && $dictType)
-
-
-
-
-
-#elseif($column.htmlType == "datetime")
-
-
-
-
-#end
-#end
-#end
-
- 搜索
- 重置
-
-
-
-
- 新增
-
-
- 修改
-
-
- 删除
-
-
- 导出
-
-
-
+
+
+
+ #foreach($column in $columns)
+ #set($field=$column.javaField)
+ #if($column.insert && !$column.pk)
+ #if(($column.usableColumn) || (!$column.superColumn))
+ #set($parentheseIndex=$column.columnComment.indexOf("("))
+ #if($parentheseIndex != -1)
+ #set($comment=$column.columnComment.substring(0, $parentheseIndex))
+ #else
+ #set($comment=$column.columnComment)
+ #end
+ #set($dictType=$column.dictType)
+ #if($column.htmlType == "input")
+
+
+
+ #elseif($column.htmlType == "select" && "" != $dictType)
+
+
+
-
-#foreach($column in $columns)
-#set($javaField=$column.javaField)
-#set($parentheseIndex=$column.columnComment.indexOf("("))
-#if($parentheseIndex != -1)
-#set($comment=$column.columnComment.substring(0, $parentheseIndex))
-#else
-#set($comment=$column.columnComment)
-#end
-#if($column.pk)
-
-#elseif($column.list && $column.htmlType == "datetime")
-
-
- {{ parseTime(scope.row.${javaField}, '{y}-{m}-{d}') }}
-
-
-#elseif($column.list && "" != $column.dictType)
-
-#elseif($column.list && "" != $javaField)
-
-#end
-#end
-
-
- 修改
- 删除
-
-
-
-
-
+ >
+
+
+ #elseif($column.htmlType == "select" && $dictType)
+
+
+
+
+
+ #elseif($column.htmlType == "checkbox" && "" != $dictType)
+
+
+
+ {{dict.dictLabel}}
+
+
+
+ #elseif($column.htmlType == "checkbox" && $dictType)
+
+
+ 请选择字典生成
+
+
+ #elseif($column.htmlType == "radio" && "" != $dictType)
+
+
+
-
-
-#foreach($column in $columns)
-#set($field=$column.javaField)
-#if($column.insert && !$column.pk)
-#if(($column.usableColumn) || (!$column.superColumn))
-#set($parentheseIndex=$column.columnComment.indexOf("("))
-#if($parentheseIndex != -1)
-#set($comment=$column.columnComment.substring(0, $parentheseIndex))
-#else
-#set($comment=$column.columnComment)
-#end
-#set($dictType=$column.dictType)
-#if($column.htmlType == "input")
-
-
-
-#elseif($column.htmlType == "select" && "" != $dictType)
-
-
-
-
-
-#elseif($column.htmlType == "select" && $dictType)
-
-
-
-
-
-#elseif($column.htmlType == "checkbox" && "" != $dictType)
-
-
-
- {{dict.dictLabel}}
-
-
-
-#elseif($column.htmlType == "checkbox" && $dictType)
-
-
- 请选择字典生成
-
-
-#elseif($column.htmlType == "radio" && "" != $dictType)
-
-
- {{dict.dictLabel}}
-
-
-#elseif($column.htmlType == "radio" && $dictType)
-
-
- 请选择字典生成
-
-
-#elseif($column.htmlType == "datetime")
-
-
-
-
-#elseif($column.htmlType == "textarea")
-
-
-
-#end
-#end
-#end
-#end
-
-
-
-
+ >{{dict.dictLabel}}
+
+
+ #elseif($column.htmlType == "radio" && $dictType)
+
+
+ 请选择字典生成
+
+
+ #elseif($column.htmlType == "datetime")
+
+
+
+
+ #elseif($column.htmlType == "textarea")
+
+
+
+ #end
+ #end
+ #end
+ #end
+
+
+
+