From d04e6ff0df71d36c341cae9dde49def1a9f4bd92 Mon Sep 17 00:00:00 2001 From: KKSU <15274802129@163.com> Date: Tue, 25 Jun 2024 11:16:38 +0800 Subject: [PATCH] 后台矩阵列表 --- src/main/resources/templates/febs/views/dapp/member-transter.html | 16 ++++------------ 1 files changed, 4 insertions(+), 12 deletions(-) diff --git a/src/main/resources/templates/febs/views/dapp/member-transter.html b/src/main/resources/templates/febs/views/dapp/member-transter.html index 1593406..92a1494 100644 --- a/src/main/resources/templates/febs/views/dapp/member-transter.html +++ b/src/main/resources/templates/febs/views/dapp/member-transter.html @@ -35,14 +35,6 @@ height: auto !important; } </style> - -<script type="text/html" id="transfer-option"> - {{# if(d.address.indexOf('0x') < 0) { }} - <a href="https://tronscan.io/?#/transaction/{{d.hash}}" target="_blank"><i class="layui-icon febs-edit-area febs-green"></i></a> - {{# } else { }} - <a href="https://etherscan.io/tx/{{d.hash}}" target="_blank"><i class="layui-icon febs-edit-area febs-green"></i></a> - {{# } }} -</script> <script data-th-inline="none" type="text/javascript"> layui.use(['dropdown', 'jquery', 'laydate', 'form', 'table', 'febs', 'treeSelect'], function () { var $ = layui.jquery, @@ -92,13 +84,13 @@ tableIns = febs.table.init({ elem: $view.find('table'), id: 'transferTable', - url: ctx + 'member/transferList', + url: ctx + 'member/memberNodeList', cols: [[ {field: 'address', title: '地址', minWidth: 130}, - {field: 'amount', title: '金额(USDT)', minWidth: 130}, - {field: 'hash', title: '交易hash', minWidth: 180}, + {field: 'countFund', title: '轮数', minWidth: 180}, + {field: 'type', title: '星团等级', minWidth: 130}, + {field: 'amount', title: '金额', minWidth: 80}, {field: 'createTime', title: '创建时间', minWidth: 130}, - {title: '操作', toolbar: '#transfer-option', minWidth: 140} ]] }); } -- Gitblit v1.9.1