From 311322c7f97dbedb3f51deb99827633252a1f016 Mon Sep 17 00:00:00 2001 From: Helius <wangdoubleone@gmail.com> Date: Fri, 05 Feb 2021 11:51:14 +0800 Subject: [PATCH] Merge branch 'master' of https://gitee.com/chonggaoxiao/new_excoin_manage --- src/main/resources/templates/febs/views/modules/member/memberDataInfoAloneTest.html | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/main/resources/templates/febs/views/modules/member/memberDataInfoAloneTest.html b/src/main/resources/templates/febs/views/modules/member/memberDataInfoAloneTest.html index 5905fc2..7b69870 100644 --- a/src/main/resources/templates/febs/views/modules/member/memberDataInfoAloneTest.html +++ b/src/main/resources/templates/febs/views/modules/member/memberDataInfoAloneTest.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') { -- Gitblit v1.9.1