From 1d5cc4be0aa420166be9d0d180c8d9d41c8fc566 Mon Sep 17 00:00:00 2001
From: KKSU <15274802129@163.com>
Date: Tue, 16 Apr 2024 16:38:43 +0800
Subject: [PATCH] 滑点页面查询
---
src/main/resources/templates/febs/views/dapp/member-money-flow.html | 17 ++++++++++++++---
1 files changed, 14 insertions(+), 3 deletions(-)
diff --git a/src/main/resources/templates/febs/views/dapp/member-money-flow.html b/src/main/resources/templates/febs/views/dapp/member-money-flow.html
index ab8725d..fe66016 100644
--- a/src/main/resources/templates/febs/views/dapp/member-money-flow.html
+++ b/src/main/resources/templates/febs/views/dapp/member-money-flow.html
@@ -17,7 +17,10 @@
<option value="3">质押滑点奖励</option>
<option value="4">质押产币</option>
<option value="5">奖励失效</option>
- <option value="6">滑点奖励</option>
+ <option value="6">滑点奖励GFA</option>
+ <option value="7">USDT提现</option>
+ <option value="8">GFA提现</option>
+ <option value="9">滑点奖励USDT</option>
</select>
</div>
</div>
@@ -86,7 +89,13 @@
{{# } else if(d.type === 5) { }}
<span class="layui-badge febs-bg-red">奖励失效</span>
{{# } else if(d.type === 6) { }}
- <span class="layui-badge febs-bg-green">滑点奖励</span>
+ <span class="layui-badge febs-bg-blue">滑点奖励GFA</span>
+ {{# } else if(d.type === 7) { }}
+ <span class="layui-badge febs-bg-red">USDT提现</span>
+ {{# } else if(d.type === 8) { }}
+ <span class="layui-badge febs-bg-red">GFA提现</span>
+ {{# } else if(d.type === 9) { }}
+ <span class="layui-badge febs-bg-green">滑点奖励USDT</span>
{{# } else { }}
{{# } }}
</script>
@@ -144,9 +153,11 @@
{field: 'address', title: '用户地址', minWidth: 300,align:'center'},
{templet: '#beType', title: '类型', minWidth: 180,align:'center'},
{field: 'amount', title: '金额', minWidth: 100,align:'center'},
+ {field: 'content', title: '描述', minWidth: 100,align:'center'},
{field: 'fromHash', title: '发送方', minWidth: 300,align:'center'},
{field: 'toHash', title: '接收方', minWidth: 300,align:'center'},
- {templet: '#beStatus', title: '状态', minWidth: 100,align:'center'}
+ {templet: '#beStatus', title: '状态', minWidth: 100,align:'center'},
+ {field: 'createTime', title: '时间', minWidth: 200,align:'center'}
]]
});
}
--
Gitblit v1.9.1