From f91bfc50f9e933c4fb66e092f738cfc22eb87bb0 Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Tue, 23 Mar 2021 14:38:14 +0800
Subject: [PATCH] 20210323  后台保留两位小数,(平台数据除外)

---
 src/main/resources/templates/febs/views/modules/trademanage/historyOrder.html |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/main/resources/templates/febs/views/modules/trademanage/historyOrder.html b/src/main/resources/templates/febs/views/modules/trademanage/historyOrder.html
index 29b9268..ecd86d9 100644
--- a/src/main/resources/templates/febs/views/modules/trademanage/historyOrder.html
+++ b/src/main/resources/templates/febs/views/modules/trademanage/historyOrder.html
@@ -110,6 +110,7 @@
                 cols: [[
                     {field: 'phone', title: '手机号', minWidth: 120,align:'left',totalRowText: '合计'},
                     {field: 'inviteId', title: '邀请码UID', minWidth: 120,align:'center'},
+                    {field: 'realName', title: '真实姓名', minWidth: 120,align:'center'},
                     {field: 'contractType', title: '合约类型',
                         templet: function (d) {
                             if (d.contractType === 1) {

--
Gitblit v1.9.1