diff --git a/common-ruoyi/ruoyi-generator/src/main/resources/vm/vue/index.vue.vm b/common-ruoyi/ruoyi-generator/src/main/resources/vm/vue/index.vue.vm index 95c8faf..07276bd 100644 --- a/common-ruoyi/ruoyi-generator/src/main/resources/vm/vue/index.vue.vm +++ b/common-ruoyi/ruoyi-generator/src/main/resources/vm/vue/index.vue.vm @@ -181,109 +181,109 @@ -#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 == "imageUpload") - - - -#elseif($column.htmlType == "fileUpload") - - - -#elseif($column.htmlType == "editor") - - - -#elseif($column.htmlType == "select" && "" != $dictType) - - - - - -#elseif($column.htmlType == "select" && $dictType) - - - - - -#elseif($column.htmlType == "checkbox" && "" != $dictType) - - - - {{dict.label}} - - - -#elseif($column.htmlType == "checkbox" && $dictType) - - - 请选择字典生成 - - -#elseif($column.htmlType == "radio" && "" != $dictType) - - - {{dict.label}} - - -#elseif($column.htmlType == "radio" && $dictType) - - - 请选择字典生成 - - -#elseif($column.htmlType == "datetime") - - - - -#elseif($column.htmlType == "textarea") - - - -#end -#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 == "imageUpload") + + + + #elseif($column.htmlType == "fileUpload") + + + + #elseif($column.htmlType == "editor") + + + + #elseif($column.htmlType == "select" && "" != $dictType) + + + + + + #elseif($column.htmlType == "select" && $dictType) + + + + + + #elseif($column.htmlType == "checkbox" && "" != $dictType) + + + + {{dict.label}} + + + + #elseif($column.htmlType == "checkbox" && $dictType) + + + 请选择字典生成 + + + #elseif($column.htmlType == "radio" && "" != $dictType) + + + {{dict.label}} + + + #elseif($column.htmlType == "radio" && $dictType) + + + 请选择字典生成 + + + #elseif($column.htmlType == "datetime") + + + + + #elseif($column.htmlType == "textarea") + + + + #end + #end + #end + #end + #if($table.sub) ${subTable.functionName}信息 @@ -372,6 +372,7 @@ export default { components: {FormCol}, data() { return { + span: 24, // 字段列表 columns: [ #foreach($column in $columns)