From 2169d81fc8225308a9b8dcce4d1858da29057187 Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Wed, 01 Mar 2023 17:28:50 +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