From 00ead34076ef7dfd8d4b3d8d48dfea88bfee680f Mon Sep 17 00:00:00 2001 From: thinkgem Date: Mon, 27 Nov 2023 12:23:54 +0800 Subject: [PATCH] =?UTF-8?q?BasicTable=E5=AD=90=E8=A1=A8=E5=8A=A0TextArea?= =?UTF-8?q?=E7=BB=84=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/templates/modules/gen/crud/vueForm.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: {