更新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}',
width: 230,
align: 'left',
slots: { customRender: 'firstColumn' },
slot: 'firstColumn',
},
<%
firstColumn = false;
@@ -298,7 +298,7 @@ for(c in table.columnList){
dictType: '${c.optionMap['dictType']}',
<% } %>
<% if(firstColumn){ %>
slots: { customRender: 'firstColumn' },
slot: 'firstColumn',
<% } %>
},
<%