src/main/webapp/static/js/mat/mat.js
@@ -5,11 +5,11 @@ var cols = [ {type: 'checkbox'} ,{field: 'tagId$', align: 'center',title: '归类', templet: '#tagTpl'} ,{field: 'matnrNew', align: 'center',title: '新商品编号', width: 180} // ,{field: 'matnrNew', align: 'center',title: '新商品编号', width: 180} ]; cols.push.apply(cols, matCols); cols.push( {fixed: 'right', title:'操作', align: 'center', toolbar: '#operate', width:150} {fixed: 'right', title:'操作', align: 'center', toolbar: '#operate', width:120} ) return cols; }