#
luxiaotao1123
2021-04-13 3825e079e3458cae8f15f52763f7a0d58f28e85f
src/main/webapp/static/js/mat/mat.js
@@ -55,6 +55,7 @@
        even: true,
        toolbar: '#toolbar',
        cellMinWidth: 50,
        height: 'full-100',
        cols: [[
            {type: 'checkbox'}
//            ,{field: 'id', title: 'ID', sort: true,align: 'center', fixed: 'left', width: 80}
@@ -360,7 +361,7 @@
                    var tpl = templateDom.html();
                    var template = Handlebars.compile(tpl);
                    var html = template(res);
                    let box = $("#box");
                    var box = $("#box");
                    box.html(html);box.show();
                    box.print({mediaPrint:true});
                    box.hide();