更新5.2.0生成模板

This commit is contained in:
thinkgem
2022-10-16 17:25:09 +08:00
parent 7c6e79b06b
commit fdedcc4f79

View File

@@ -253,7 +253,7 @@ if(table.isTreeEntity){
dataIndex: '${c.attrName}', dataIndex: '${c.attrName}',
width: 230, width: 230,
align: 'left', align: 'left',
slots: { customRender: 'firstColumn' }, slot: 'firstColumn',
}, },
<% <%
firstColumn = false; firstColumn = false;
@@ -298,7 +298,7 @@ for(c in table.columnList){
dictType: '${c.optionMap['dictType']}', dictType: '${c.optionMap['dictType']}',
<% } %> <% } %>
<% if(firstColumn){ %> <% if(firstColumn){ %>
slots: { customRender: 'firstColumn' }, slot: 'firstColumn',
<% } %> <% } %>
}, },
<% <%