From a00ad55263f8a655e95ac1aa91e13c0f9a7af59d Mon Sep 17 00:00:00 2001
From: KKSU <15274802129@163.com>
Date: Fri, 31 May 2024 10:29:23 +0800
Subject: [PATCH] 查询条件
---
src/main/resources/templates/febs/views/dapp/member-withdraw-daibi.html | 34 +++++++++++++++++++++++++++-------
1 files changed, 27 insertions(+), 7 deletions(-)
diff --git a/src/main/resources/templates/febs/views/dapp/member-withdraw-daibi.html b/src/main/resources/templates/febs/views/dapp/member-withdraw-daibi.html
index 5c73466..91c46fa 100644
--- a/src/main/resources/templates/febs/views/dapp/member-withdraw-daibi.html
+++ b/src/main/resources/templates/febs/views/dapp/member-withdraw-daibi.html
@@ -36,6 +36,23 @@
</div>
</form>
<table lay-filter="withdrawDbTable" lay-data="{id: 'withdrawDbTable'}"></table>
+
+ <style type="text/css">
+ /*.layui-table-cell{*/
+ /* text-align:center;*/
+ /* height: auto;*/
+ /* white-space: nowrap; !*文本不会换行,在同一行显示*!*/
+ /* overflow: hidden; !*超出隐藏*!*/
+ /* text-overflow: ellipsis; !*省略号显示*!*/
+ /*}*/
+ /*.layui-table img{*/
+ /* max-width:100px*/
+ /*}*/
+ ::-webkit-scrollbar {
+ height: 20px !important;
+ background-color: #f4f4f4;
+ }
+ </style>
</div>
</div>
</div>
@@ -56,9 +73,6 @@
}}
<span>{{ status.title }}</span>
</script>
-<script type="text/html" id="approve-list">
- <a href="https://tronscan.io/#/address/{{d.address}}" target="_blank">1</a>
-</script>
<script type="text/html" id="withdraw-option">
<span shiro:lacksPermission="withdraw:agree,withdraw:disagree">
<span class="layui-badge-dot febs-bg-orange"></span> 无权限
@@ -74,6 +88,12 @@
<button class="layui-btn layui-btn-sm layui-btn-primary febs-button-blue-plain" lay-event="confirmOrderDB">提现确认</button>
<button class="layui-btn layui-btn-sm layui-btn-primary febs-button-blue-plain" lay-event="confirmCancelDB">提现取消</button>
</div>
+</script>
+
+
+
+<script type="text/html" id="approve-list">
+ <a href="https://bscscan.com/address/{{d.address}}" target="_blank">{{d.address}}</a>
</script>
<script data-th-inline="none" type="text/javascript">
layui.use(['dropdown', 'jquery', 'laydate', 'form', 'table', 'febs', 'treeSelect'], function () {
@@ -203,10 +223,10 @@
toolbar: '#tableToolBarOrderDB',
cols: [[
{type: 'checkbox', fixed: 'left'},
- {field: 'address', title: '地址', minWidth: 130},
- {field: 'createTime', title: '创建时间', minWidth: 180},
- {field: 'amount', title: '金额(USDT)', minWidth: 130},
- {title: '提现状态', templet: '#withdraw-status'},
+ {title: '地址', templet: '#approve-list', minWidth: 400},
+ {field: 'createTime', title: '创建时间', minWidth: 200},
+ {field: 'amount', title: '金额(代币)', minWidth: 130},
+ {title: '提现状态', templet: '#withdraw-status', minWidth: 130},
// {field: 'fee', title: '手续费', minWidth: 130},
// {title: '操作', toolbar: '#withdraw-option', minWidth: 200}
]]
--
Gitblit v1.9.1