From f67ab7d98c25a840f889c64990b776ede6d1e2f4 Mon Sep 17 00:00:00 2001
From: li-guang <153605324@qq.com>
Date: Sat, 03 Sep 2022 05:06:44 +0800
Subject: [PATCH] 拒绝提现,增加佣金金额

---
 src/main/resources/templates/febs/views/modules/order/orderList.html |    1 +
 1 files changed, 1 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 b95c28e..8ea89e4 100644
--- a/src/main/resources/templates/febs/views/modules/order/orderList.html
+++ b/src/main/resources/templates/febs/views/modules/order/orderList.html
@@ -203,6 +203,7 @@
                         {field: 'memberPhone', title: '账号', minWidth: 120,align:'left'},
                         {field: 'memberBindPhone', title: '联系方式', minWidth: 120,align:'left'},
                         {field: 'amount', title: '订单金额', minWidth: 120,align:'left'},
+                        {field: 'carriage', title: '运费', minWidth: 120,align:'left'},
                         {field: 'orderTime', title: '下单时间', minWidth: 200,align:'left'},
                         {field: 'status', title: '状态',
                             templet: function (d) {

--
Gitblit v1.9.1