更新5.2.0生成模板
This commit is contained in:
@@ -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',
|
||||||
<% } %>
|
<% } %>
|
||||||
},
|
},
|
||||||
<%
|
<%
|
||||||
|
|||||||
Reference in New Issue
Block a user