diff --git a/src/modules/table.js b/src/modules/table.js index d9c691af..1a015379 100644 --- a/src/modules/table.js +++ b/src/modules/table.js @@ -163,7 +163,7 @@ layui.define(['lay', 'laytpl', 'laypage', 'form', 'util'], function(exports){ return ''; }() ,'{{# var isSort = !(item2.colGroup) && item2.sort; }}' - ,'' + ,'' ,'
' - ,'
' + +'>' + function(){ var tplData = $.extend(true, { LAY_COL: item3 @@ -1179,7 +1176,7 @@ layui.define(['lay', 'laytpl', 'laypage', 'form', 'util'], function(exports){ var checkName = table.config.checkName; var disabledName = table.config.disabledName; - //渲染不同风格的列 + // 渲染不同风格的列 switch(item3.type){ case 'checkbox': // 复选 return '' + function(){ var totalRow = item3.totalRow || options.totalRow;