BasicTable子表加TextArea组件
This commit is contained in:
@@ -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: {
|
||||||
|
|||||||
Reference in New Issue
Block a user