From d98560a32c7bc106ddcd6db6e8356b9e8161845a Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Mon, 21 Nov 2022 10:26:58 +0800
Subject: [PATCH] 20221117
---
src/main/resources/templates/febs/views/dapp/teamInfo.html | 15 ++++++++-------
1 files changed, 8 insertions(+), 7 deletions(-)
diff --git a/src/main/resources/templates/febs/views/dapp/teamInfo.html b/src/main/resources/templates/febs/views/dapp/teamInfo.html
index 712f765..fcf2867 100644
--- a/src/main/resources/templates/febs/views/dapp/teamInfo.html
+++ b/src/main/resources/templates/febs/views/dapp/teamInfo.html
@@ -27,16 +27,17 @@
elem: $view.find('table'),
id: 'teamInfoChild',
url: ctx + 'member/teamInfo?parentId=1',
+ totalRow: true,
cols: [[
- {field: 'username', title: '用户名', minWidth: 100},
- {field: 'totalAmount', title: '总金额', minWidth: 100},
- {field: 'avaAmount', title: '可用金额', minWidth: 100},
- {field: 'FrozenAmount', title: '冻结金额', minWidth: 100},
- {field: 'chargeAmount', title: '充值金额', minWidth: 100},
- {field: 'withDrawAmount', title: '提现金额', minWidth: 100},
+ {field: 'username', title: '用户名', minWidth: 100, totalRowText: '合计'},
+ {field: 'totalAmount', title: '总金额', minWidth: 100, totalRow: true},
+ {field: 'avaAmount', title: '可用金额', minWidth: 100, totalRow: true},
+ {field: 'FrozenAmount', title: '冻结金额', minWidth: 100, totalRow: true},
+ {field: 'chargeAmount', title: '充值金额', minWidth: 100, totalRow: true},
+ {field: 'withDrawAmount', title: '提现金额', minWidth: 100, totalRow: true},
{field: 'insideAmount', title: '内转金额', minWidth: 100},
{field: 'onHookTimes', title: '挂机次数', minWidth: 100},
- {field: 'totalProfit', title: '总收益', minWidth: 100},
+ {field: 'totalProfit', title: '总收益', minWidth: 100, totalRow: true},
]]
});
}
--
Gitblit v1.9.1