From 88d0062538fa813f383372fb8ea05219d3947b12 Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Mon, 28 Aug 2023 11:33:57 +0800
Subject: [PATCH] 后台修改

---
 src/main/resources/templates/febs/views/dapp/member-teamInfo.html |   12 +++++++++---
 1 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/src/main/resources/templates/febs/views/dapp/member-teamInfo.html b/src/main/resources/templates/febs/views/dapp/member-teamInfo.html
index 0200fd6..52f677c 100644
--- a/src/main/resources/templates/febs/views/dapp/member-teamInfo.html
+++ b/src/main/resources/templates/febs/views/dapp/member-teamInfo.html
@@ -31,12 +31,18 @@
                 cols: [[
                     {field: 'address', title: '地址', minWidth: 100, totalRowText: '合计'},
                     {field: 'accountType', title: '代理级别', minWidth: 100,},
-                    {field: 'activeStatus', title: '是否加入动能', minWidth: 100},
-                    {field: 'systemProfitId', title: '编号', minWidth: 100},
+                    {field: 'activeStatus', title: '加入动能',
+                        templet: function (d) {
+                            if (d.activeStatus === 1) {
+                                return '<span style="color:green;">'+d.systemProfitId+'</span>'
+                            } else{
+                                return ''
+                            }
+                        }, minWidth: 80,align:'center'},
                     {field: 'directCnt', title: '直推数量', minWidth: 100, totalRow: true},
                     {field: 'directProfit', title: '直推收益', minWidth: 100, totalRow: true},
                     {field: 'levelProfit', title: '层级收益', minWidth: 100, totalRow: true},
-                    {field: 'luckyProfit', title: '动能收益', minWidth: 100, totalRow: true}
+                    {field: 'luckyProfit', title: '出局收益', minWidth: 100, totalRow: true}
                 ]]
             });
         }

--
Gitblit v1.9.1