From 5cfda96a677601ff24d99c7be0b702fffb1c0bec Mon Sep 17 00:00:00 2001
From: wzy <wzy19931122ai@163.com>
Date: Sun, 04 Dec 2022 01:49:09 +0800
Subject: [PATCH] fix

---
 src/main/resources/templates/febs/views/dapp/system-profit-flow.html |    1 +
 1 files changed, 1 insertions(+), 0 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..20ab378 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
@@ -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