From 34e13f1dcb99627ff768f5cc37d3e6c7fb692fce Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Tue, 06 Jun 2023 14:48:56 +0800
Subject: [PATCH] twoCoin项目修改

---
 src/main/resources/templates/febs/views/dapp/system-profit-flow.html |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/main/resources/templates/febs/views/dapp/system-profit-flow.html b/src/main/resources/templates/febs/views/dapp/system-profit-flow.html
index c0bc018..c339834 100644
--- a/src/main/resources/templates/febs/views/dapp/system-profit-flow.html
+++ b/src/main/resources/templates/febs/views/dapp/system-profit-flow.html
@@ -33,7 +33,7 @@
     4: {title: '层级收益'},
     5: {title: '剩余层级收益'},
     6: {title: '复投动能'},
-    7: {title: '动能收益'},
+    7: {title: '出局收益'},
     }[d.type];
     }}
     <span>{{ type.title }}</span>
@@ -59,6 +59,7 @@
                 cols: [[
                     {field: 'address', title: '地址', minWidth: 300},
                     {field: 'amount', title: '金额', minWidth: 80},
+                    {field: 'fromHash', title: 'hash', minWidth: 150},
                     {title: '状态', templet: '#status-able', minWidth: 80},
                     {title: '类型', templet: '#type-able', minWidth: 80},
                     {field: 'createTime', title: '创建时间', minWidth: 150}

--
Gitblit v1.9.1