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, @@ -39,7 +42,9 @@ cols: [[ {field: 'uuid', title: '订单号', width: 100, align: 'center'}, {field: 'inUuid', title: '项目编号'}, {field: 'name', title: '项目名称'} {field: 'name', title: '项目名称'}, {field: 'type$$', title: '项目类型'} ]], done: function (res, curr, count) { $('#dictTable+.layui-table-view .layui-table-body tbody>tr:first').trigger('click');