From f91bfc50f9e933c4fb66e092f738cfc22eb87bb0 Mon Sep 17 00:00:00 2001 From: xiaoyong931011 <15274802129@163.com> Date: Tue, 23 Mar 2021 14:38:14 +0800 Subject: [PATCH] 20210323 后台保留两位小数,(平台数据除外) --- src/main/resources/templates/febs/views/modules/member/memberDataInfoAlone.html | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/src/main/resources/templates/febs/views/modules/member/memberDataInfoAlone.html b/src/main/resources/templates/febs/views/modules/member/memberDataInfoAlone.html index 02931f9..e4d7966 100644 --- a/src/main/resources/templates/febs/views/modules/member/memberDataInfoAlone.html +++ b/src/main/resources/templates/febs/views/modules/member/memberDataInfoAlone.html @@ -44,6 +44,7 @@ {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) { if (d.platformProfitAndLoss > '0') { @@ -66,8 +67,6 @@ 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'}, ]] }); } -- Gitblit v1.9.1