首先在模板里面加上
<script type="text/html" id="indexTpl">
{{d.LAY_TABLE_INDEX+1}}
</script>
然后再到layui代码里面 序号加上红色部分
cols: [
[ //表头
{
checkbox: true,
},
{
title: '序号',
toolbar: '#indexTpl',
width: 100
}, {
field: 'name',
title: '分组名称',
unresize: true,
sort: true,
width: 510
}