Skip to content

Commit

Permalink
更新5.2.0生成模板
Browse files Browse the repository at this point in the history
  • Loading branch information
think-gem committed Oct 16, 2022
1 parent 7c6e79b commit fdedcc4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ if(table.isTreeEntity){
dataIndex: '${c.attrName}',
width: 230,
align: 'left',
slots: { customRender: 'firstColumn' },
slot: 'firstColumn',
},
<%
firstColumn = false;
Expand Down Expand Up @@ -298,7 +298,7 @@ for(c in table.columnList){
dictType: '${c.optionMap['dictType']}',
<% } %>
<% if(firstColumn){ %>
slots: { customRender: 'firstColumn' },
slot: 'firstColumn',
<% } %>
},
<%
Expand Down

0 comments on commit fdedcc4

Please sign in to comment.