update ruoyi-modules/ruoyi-gen/src/main/resources/vm/vue/index.vue.vm.
This commit is contained in:
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…
Reference in New Issue