From 0830a387f0c28c2d448714ad184fd0c17bf27ea9 Mon Sep 17 00:00:00 2001 From: xiaoyong931011 <15274802129@163.com> Date: Tue, 25 May 2021 10:30:50 +0800 Subject: [PATCH] 20210525 回款 --- src/main/resources/templates/febs/views/modules/member/allData/allDataInfo.html | 38 +++++++++++++++++++------------------- 1 files changed, 19 insertions(+), 19 deletions(-) diff --git a/src/main/resources/templates/febs/views/modules/member/allData/allDataInfo.html b/src/main/resources/templates/febs/views/modules/member/allData/allDataInfo.html index 7b72882..0e346de 100644 --- a/src/main/resources/templates/febs/views/modules/member/allData/allDataInfo.html +++ b/src/main/resources/templates/febs/views/modules/member/allData/allDataInfo.html @@ -12,7 +12,7 @@ <input type="text" placeholder="手机号/邮箱/邀请码" name="account" autocomplete="off" class="layui-input"> </div> </div> - <div class="layui-inline"> + <!--<div class="layui-inline"> <label class="layui-form-label layui-form-label-sm">账号类型</label> <div class="layui-input-inline"> <select name="isTest"> @@ -21,7 +21,7 @@ <option value="2">测试账号</option> </select> </div> - </div> + </div>--> </div> </div> <div class="layui-col-md2 layui-col-sm12 layui-col-xs12 table-action-area"> @@ -83,12 +83,12 @@ totalRow: true, cols: [[ {field: 'memberCount', title: '注册用户数', minWidth: 120,align:'center'}, - {field: 'notNullNumber', title: '持仓用户数', minWidth: 120,align:'center'}, + // {field: 'notNullNumber', title: '持仓用户数', minWidth: 120,align:'center'}, {field: 'walletNumber', title: '币币账户有余额个数', minWidth: 200,align:'center'}, {field: 'walletNum', title: '币币账户余额', minWidth: 200,align:'center'}, - {field: 'walletCoinNumber', title: '合约账户有余额个数', minWidth: 200,align:'center'}, - {field: 'walletCoinNum', title: '合约账户余额', minWidth: 200,align:'center'}, - {field: 'agentNum', title: '代理账户余额', minWidth: 200,align:'center'}, + // {field: 'walletCoinNumber', title: '合约账户有余额个数', minWidth: 200,align:'center'}, + // {field: 'walletCoinNum', title: '合约账户余额', minWidth: 200,align:'center'}, + // {field: 'agentNum', title: '代理账户余额', minWidth: 200,align:'center'}, {field: 'allCoin', title: '平台总资产', minWidth: 200,align:'center'}, {field: 'platformProfitAndLoss', title: '平台剩余USDT', templet: function (d) { @@ -100,18 +100,18 @@ }, minWidth: 200,align:'center'}, {field: 'chargeCoin', title: '充币', minWidth: 200,align:'center'}, {field: 'appealCoin', title: '提币', minWidth: 200,align:'center'}, - {field: 'fee', title: '佣金', minWidth: 200,align:'center'}, - {field: 'closingPrice', title: '开仓手续费', minWidth: 200,align:'center'}, - {field: 'sellClosingPrice', title: '平仓手续费', minWidth: 200,align:'center'}, - {field: 'doingPrice', title: '持仓手续费', minWidth: 200,align:'center'}, - {field: 'yingkui', title: '订单盈亏', - templet: function (d) { - if (d.yingkui > '0') { - return '<span style="color:green;">'+d.yingkui+'</span>' - } else { - return '<span style="color:red;">'+d.yingkui+'</span>' - } - }, minWidth: 200,align:'center'}, + // {field: 'fee', title: '佣金', minWidth: 200,align:'center'}, + // {field: 'closingPrice', title: '开仓手续费', minWidth: 200,align:'center'}, + // {field: 'sellClosingPrice', title: '平仓手续费', minWidth: 200,align:'center'}, + // {field: 'doingPrice', title: '持仓手续费', minWidth: 200,align:'center'}, + // {field: 'yingkui', title: '订单盈亏', + // templet: function (d) { + // if (d.yingkui > '0') { + // return '<span style="color:green;">'+d.yingkui+'</span>' + // } else { + // return '<span style="color:red;">'+d.yingkui+'</span>' + // } + // }, minWidth: 200,align:'center'}, {field: 'chargeUsdt', title: 'usdt充值', minWidth: 200,align:'center'}, {field: 'appealUsdt', title: 'usdt提现', minWidth: 200,align:'center'}, ]] @@ -122,7 +122,7 @@ function getQueryParams() { return { account: $searchForm.find('input[name="account"]').val().trim(), - isTest: $searchForm.find("select[name='isTest']").val(), + // isTest: $searchForm.find("select[name='isTest']").val(), }; } -- Gitblit v1.9.1