wzy
2022-05-17 e033f8a6f821cdb06bbf17e5f10da2d8a8d7297e
src/main/resources/templates/febs/views/modules/order/orderList.html
@@ -170,7 +170,7 @@
            tableIns = febs.table.init({
                elem: $view.find('table'),
                id: 'orderTable',
                url: ctx + 'admin/order/orderList',
                url: ctx + 'admin/order/orderList?orderType=1',
                cols: [[
                        {field: 'orderNo', title: '订单编号', minWidth: 200,align:'left'},
                        {field: 'memberName', title: '购买人', minWidth: 120,align:'left'},