BasicTable子表加TextArea组件

This commit is contained in:
thinkgem
2023-11-27 12:23:54 +08:00
parent 9b07e167f7
commit 00ead34076

View File

@@ -438,7 +438,7 @@ for (c in table.columnList){
editComponent: 'InputNumber', editComponent: 'InputNumber',
editDefaultValue: '30', editDefaultValue: '30',
<% }else{ %> <% }else{ %>
editComponent: 'Input', editComponent: '${c.showType == 'input' ? 'Input' : 'InputTextArea'}',
<% } %> <% } %>
<% if (c.dataLength != '0'){ %> <% if (c.dataLength != '0'){ %>
editComponentProps: { editComponentProps: {