From e1048126f8b32d263b92ffd891aaeb56e9de6a50 Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Mon, 05 Dec 2022 10:52:16 +0800
Subject: [PATCH] Merge branch 'BNBWEB' of http://120.27.238.55:7000/r/sys-dapp into BNBWEB
---
src/main/resources/templates/febs/views/dapp/member-teamInfo.html | 10 ++++++++--
1 files changed, 8 insertions(+), 2 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 cc3b67f..4c1fd84 100644
--- a/src/main/resources/templates/febs/views/dapp/member-teamInfo.html
+++ b/src/main/resources/templates/febs/views/dapp/member-teamInfo.html
@@ -31,8 +31,14 @@
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},
--
Gitblit v1.9.1