#
whycq
2023-08-01 320ed3f4782f9662f79ecfe14d2cf3f34dd288c5
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,8 +40,11 @@
            '</p>'].join(''),*/
        defaultToolbar: [],
        cols: [[
            {field: 'id', title: '编号', width: 70, align: 'center'},
            {field: 'name', title: '项目名称'}
            {field: 'uuid', title: '订单号', width: 100, align: 'center'},
            {field: 'inUuid', title: '项目编号'},
            {field: 'name', title: '项目名称'},
            {field: 'type$$', title: '项目类型'}
        ]],
        done: function (res, curr, count) {
            $('#dictTable+.layui-table-view .layui-table-body tbody>tr:first').trigger('click');