xiaoyong931011
2023-03-02 6e930b85e4ef92a0a6170cbb8f2da930bbcc72e9
src/main/resources/templates/febs/views/modules/order/orderList.html
@@ -395,6 +395,7 @@
                        {field: 'memberName', title: '购买人', minWidth: 100,align:'left'},
                        {field: 'memberPhone', title: '联系方式', minWidth: 120,align:'left'},
                        {field: 'goodsName', title: '商品', minWidth: 160,align:'left'},
                        {field: 'remark', title: '备注', minWidth: 160,align:'left'},
                        {field: 'goodsAmount', title: '价格', minWidth: 80,align:'left'},
                        {field: 'carriage', title: '邮费', minWidth: 80,align:'left'},
                        {field: 'amount', title: '总金额', minWidth: 100,align:'left'},
@@ -529,6 +530,7 @@
                    // "<div>地址:" + data.address + "</div><br><br>" +
                    // "<div>编号:" + data.orderNo + "</div><br><br>" +
                    "<div>商品:" + data.goodsName + "</div><br><br>" +
                    "<div>备注:" + data.remark + "</div><br><br>" +
                    "</div>"
                contentHtml += template;