From 633300e453b960fb1b92fb8936d72d18748a83f3 Mon Sep 17 00:00:00 2001 From: xiaoyong931011 <15274802129@163.com> Date: Tue, 28 Feb 2023 14:35:02 +0800 Subject: [PATCH] 备注字段添加 --- src/main/resources/templates/febs/views/modules/order/orderList.html | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/main/resources/templates/febs/views/modules/order/orderList.html b/src/main/resources/templates/febs/views/modules/order/orderList.html index 919521b..95b47e3 100644 --- a/src/main/resources/templates/febs/views/modules/order/orderList.html +++ b/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; -- Gitblit v1.9.1