From a3d192d43e4090011d941e412a5bb44d59a6a049 Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Thu, 16 Jul 2020 18:10:33 +0800
Subject: [PATCH] 20200716   代码提交

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

diff --git a/src/main/resources/templates/febs/views/modules/trademanage/accountInfo.html b/src/main/resources/templates/febs/views/modules/trademanage/accountInfo.html
index 1409298..6297d85 100644
--- a/src/main/resources/templates/febs/views/modules/trademanage/accountInfo.html
+++ b/src/main/resources/templates/febs/views/modules/trademanage/accountInfo.html
@@ -76,6 +76,14 @@
                     {field: 'phone', title: '手机号', minWidth: 100,align:'left',totalRowText: '合计'},
                     {field: 'email', title: '邮箱', minWidth: 200,align:'left'},
                     {field: 'inviteId', title: '邀请码UID', minWidth: 80,align:'center'},
+                    {field: 'rewardratioByMid', title: '盈亏',
+                    	templet: function (d) {
+                            if (d.rewardratioByMid > 0) {
+                                return '<span style="color:green;">'+d.rewardratioByMid+'</span>'
+                            } else {
+                                return '<span style="color:red;">'+d.rewardratioByMid+'</span>'
+                            } 
+                        }, minWidth: 80,align:'center',totalRow: true},
                     {field: 'walletAvailableBalance', title: '币币可用', minWidth: 80,align:'center',totalRow: true},
                     {field: 'walletFrozenBalance', title: '币币冻结', minWidth: 80,align:'center',totalRow: true},
                     {field: 'walletCoinAvailableBalance', title: '合约可用', minWidth: 80,align:'center',totalRow: true},

--
Gitblit v1.9.1