xiaoyong931011
2022-12-02 563b7ccbab9efc2b61b74820eb119d0c00304d47
20221130
1 files modified
10 ■■■■ changed files
src/main/resources/templates/febs/views/dapp/member-teamInfo.html 10 ●●●● patch | view | raw | blame | history
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},