From ff6b4ca2a45e57df38f5d6e5f55456854f7d455c Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Fri, 02 Dec 2022 14:09:43 +0800
Subject: [PATCH] 20221130
---
src/main/resources/templates/febs/views/dapp/member-teamInfo.html | 2 +-
1 files changed, 1 insertions(+), 1 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 0200fd6..cc3b67f 100644
--- a/src/main/resources/templates/febs/views/dapp/member-teamInfo.html
+++ b/src/main/resources/templates/febs/views/dapp/member-teamInfo.html
@@ -32,7 +32,7 @@
{field: 'address', title: '地址', minWidth: 100, totalRowText: '合计'},
{field: 'accountType', title: '代理级别', minWidth: 100,},
{field: 'activeStatus', title: '是否加入动能', minWidth: 100},
- {field: 'systemProfitId', title: '编号', minWidth: 100},
+ {field: 'systemProfitId', title: '动能编号', minWidth: 100},
{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