src/main/webapp/static/js/itemTable.js
@@ -19,6 +19,9 @@ pageName: 'curr', pageSize: 'limit' }, page: true, limit: 16, limits: [16, 30, 50, 100, 200, 500], parseData: function (res) { return { 'code': res.code, @@ -37,7 +40,8 @@ '</p>'].join(''),*/ defaultToolbar: [], cols: [[ {field: 'id', title: '编号', width: 70, align: 'center'}, {field: 'uuid', title: '订单号', width: 100, align: 'center'}, {field: 'inUuid', title: '项目编号'}, {field: 'name', title: '项目名称'} ]], done: function (res, curr, count) {