update ruoyi-modules/ruoyi-gen/src/main/resources/vm/vue/index.vue.vm.

This commit is contained in:
神秘博士 2021-05-28 18:51:46 +08:00 committed by Gitee
parent 67feb9947e
commit 658c876703
1 changed files with 1 additions and 1 deletions

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}"