From ab513e8ed081d320b35ddce78b701e7a8bd4d975 Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Fri, 21 Oct 2022 19:54:43 +0800
Subject: [PATCH] 20221021
---
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