diff --git a/modules/core/src/main/resources/templates/modules/gen/crud/vueForm.xml b/modules/core/src/main/resources/templates/modules/gen/crud/vueForm.xml index f4243ffa..4c684cbc 100644 --- a/modules/core/src/main/resources/templates/modules/gen/crud/vueForm.xml +++ b/modules/core/src/main/resources/templates/modules/gen/crud/vueForm.xml @@ -438,7 +438,7 @@ for (c in table.columnList){ editComponent: 'InputNumber', editDefaultValue: '30', <% }else{ %> - editComponent: 'Input', + editComponent: '${c.showType == 'input' ? 'Input' : 'InputTextArea'}', <% } %> <% if (c.dataLength != '0'){ %> editComponentProps: {