2 Commits

Author SHA1 Message Date
神秘博士
f77bdfe7e4 Pre Merge pull request !67 from 神秘博士/master 2025-03-07 04:56:50 +00:00
神秘博士
658c876703 update ruoyi-modules/ruoyi-gen/src/main/resources/vm/vue/index.vue.vm. 2021-05-28 18:51:46 +08:00

View File

@@ -11,7 +11,7 @@
#else
#set($comment=$column.columnComment)
#end
#if($column.htmlType == "input")
#if($column.htmlType == "input" || $column.htmlType == "textarea")
<el-form-item label="${comment}" prop="${column.javaField}">
<el-input
v-model="queryParams.${column.javaField}"