BasicTable子表加TextArea组件

This commit is contained in:
thinkgem
2023-11-27 12:23:12 +08:00
parent fe5d61e4a6
commit 601205144f

View File

@@ -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: {