|
@@ -191,13 +191,13 @@
|
|
|
title: '${configList[i].fieldRemark}',
|
|
|
dataIndex: '${configList[i].fieldNameCamelCase}',
|
|
|
<% if(configList[i].whetherRetract) { %>
|
|
|
- ellipsis: true,
|
|
|
+ ellipsis: true,
|
|
|
<% } %>
|
|
|
<% if(configList[i].whetherSort) { %>
|
|
|
- sorter: true,
|
|
|
+ sorter: true,
|
|
|
<% } %>
|
|
|
- <% if(configList[i].whetherFixed) { %>
|
|
|
- fixed: ${configList[i].whetherFixed == 1 ? 'left' : 'right'},
|
|
|
+ <% if(configList[i].whetherFixed != 0) { %>
|
|
|
+ fixed: '<% if(configList[i].whetherFixed == 1) { %>left<% } %><% if(configList[i].whetherFixed == 2) { %>right<% } %>',
|
|
|
<% } %>
|
|
|
},
|
|
|
<% } %>
|