layui checkbox无法显示出来问题
{type:'checkbox'}
// ,{field: 'product_id', hide: 'true'}
,{field: 'id', title: 'ID', width: 90, fixed: 'left'}
,{field: 'name', title: '商品名称', width:120}
原因:fixed:'left'遮挡住了
{type:'checkbox'}
// ,{field: 'product_id', hide: 'true'}
,{field: 'id', title: 'ID', width: 90, fixed: 'left'}
,{field: 'name', title: '商品名称', width:120}
原因:fixed:'left'遮挡住了