第一种
<script type="text/html" id="see-bar">
<a class="layui-btn layui-btn-primary layui-btn-xs " data-id="{{d.id}}" onclick="see(this)" lay-event="See" style="color:#2880cb">{{d.card_number}}</a>
</script>
table.render({
。。。
, cols: [[
, { '13%', title: '卡片编号', align: 'center', rowspan: '1', toolbar: '#see-bar' }
]]
。。。
});
第二种
, cols: [[
{ type:
近期评论