src/main/webapp/static/js/order/order.js
@@ -120,6 +120,11 @@ }) } let where = {} if (getQueryVariable('status') !== false) { where = {status: getQueryVariable('status')} } // 数据渲染 tableIns = table.render({ elem: '#order', @@ -132,6 +137,7 @@ height: 'full-148', // size: 'sm', skin: 'line', where: where, cols: [[ {type: 'checkbox'} ,{field: 'name', align: 'left',title: '跟踪项目名称', style: 'color: #1890ff;cursor:pointer', event: 'more', width: 300}