From d4f9d5923aac90d2ae61032475da9fa2a2d1ee1e Mon Sep 17 00:00:00 2001
From: Helius <wangdoubleone@gmail.com>
Date: Sat, 22 Oct 2022 09:43:39 +0800
Subject: [PATCH] fix

---
 src/main/resources/templates/febs/views/dapp/money-change-flow.html |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/src/main/resources/templates/febs/views/dapp/money-change-flow.html b/src/main/resources/templates/febs/views/dapp/money-change-flow.html
index d5c9c36..ff72b1b 100644
--- a/src/main/resources/templates/febs/views/dapp/money-change-flow.html
+++ b/src/main/resources/templates/febs/views/dapp/money-change-flow.html
@@ -20,6 +20,7 @@
                                                 <option value="1">兑换</option>
                                                 <option value="2">提现</option>
                                                 <option value="3">采矿</option>
+                                                <option value="4">代理返利</option>
                                             </select>
                                         </div>
                                     </div>
@@ -71,7 +72,8 @@
     var type = {
     1: {title: '兑换'},
     2: {title: '提现'},
-    3: {title: '采矿'}
+    3: {title: '采矿'},
+    4: {title: '代理返利'}
     }[d.type];
     }}
     <span>{{ type.title }}</span>
@@ -128,6 +130,7 @@
                 url: ctx + 'flow/accountMoneyChangeFlow',
                 cols: [[
                     {field: 'address', title: '地址', minWidth: 150},
+                    {field: 'username', title: '用户名', minWidth: 150},
                     {field: 'preAmount', title: '变化前金额', minWidth: 100},
                     {field: 'amount', title: '变化金额', minWidth: 100},
                     {field: 'afterAmount', title: '变化后金额', minWidth: 100},

--
Gitblit v1.9.1