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

pull/67/head
神秘博士 4 years ago committed by Gitee
parent 67feb9947e
commit 658c876703

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

Loading…
Cancel
Save