xiaoyong931011
2022-11-23 d7140004b514b43f9734d050fb65d0c2898cca7f
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},
                ]]
            });
        }