疯狂的狮子li
2021-10-28 f5f16aac96772c109658b5ae1b48874008e0959a
ruoyi-generator/src/main/resources/vm/vue/index-tree.vue.vm
@@ -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}"