From ca19af1898405b969d2d9e8a3d07f9b1ee7fc938 Mon Sep 17 00:00:00 2001 From: Hentua <wangdoubleone@gmail.com> Date: Sun, 02 Jul 2023 11:24:04 +0800 Subject: [PATCH] fix --- src/main/resources/templates/febs/views/modules/mallMember/teamList.html | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/templates/febs/views/modules/mallMember/teamList.html b/src/main/resources/templates/febs/views/modules/mallMember/teamList.html index be09f78..60f2a53 100644 --- a/src/main/resources/templates/febs/views/modules/mallMember/teamList.html +++ b/src/main/resources/templates/febs/views/modules/mallMember/teamList.html @@ -125,9 +125,9 @@ {field: 'phone', title: '会员账号', minWidth: 100}, {field: 'directCnt', title: '直推人数', templet:"#directCntTemplate", minWidth: 100}, {field: 'teamCnt', title: '团队人数', templet:"#teamCntTemplate", minWidth: 100}, - {field: 'selfProfitAmount', title: '会员收益', templet:"#selfMoneyFlow", minWidth: 100}, + // {field: 'selfProfitAmount', title: '会员收益', templet:"#selfMoneyFlow", minWidth: 100}, {field: 'teamOrderAmount', title: '团队订单金额', minWidth: 100}, - {field: 'teamProfitAmount', title: '团队收益', templet:"#teamMoneyFlow", minWidth: 100}, + // {field: 'teamProfitAmount', title: '团队收益', templet:"#teamMoneyFlow", minWidth: 100}, ]] }); } -- Gitblit v1.9.1