From 30cf9851ccbea74473c95c5635ea69c8c68f98a3 Mon Sep 17 00:00:00 2001 From: wzy <wzy19931122ai@163.com> Date: Tue, 14 Jul 2020 22:33:52 +0800 Subject: [PATCH] modify --- src/main/resources/templates/febs/views/modules/agent/member.html | 2 +- src/main/resources/templates/febs/views/modules/contract/sale-list.html | 4 ++-- src/main/resources/templates/febs/views/modules/contract/buy-list.html | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main/resources/templates/febs/views/modules/agent/member.html b/src/main/resources/templates/febs/views/modules/agent/member.html index 2ca115e..905b7d1 100644 --- a/src/main/resources/templates/febs/views/modules/agent/member.html +++ b/src/main/resources/templates/febs/views/modules/agent/member.html @@ -287,7 +287,7 @@ {field: 'contractTotal', title: '合约资产', minWidth: 120}, {field: 'coinTotal', title: '币币资产', minWidth: 120}, {field: 'agentTotal', title: '佣金资产', minWidth: 120}, - {title: '账号类型', templet: '#account-type'}, + // {title: '账号类型', templet: '#account-type'}, {title: '账号状态', templet: '#account-status'}, {title: '审核状态', templet: '#certify-status'}, {field: 'createTime', title: '注册时间', minWidth: 180} diff --git a/src/main/resources/templates/febs/views/modules/contract/buy-list.html b/src/main/resources/templates/febs/views/modules/contract/buy-list.html index f6a5dba..148dfa2 100644 --- a/src/main/resources/templates/febs/views/modules/contract/buy-list.html +++ b/src/main/resources/templates/febs/views/modules/contract/buy-list.html @@ -77,7 +77,7 @@ {field: 'symbol', title: '币种', minWidth: 100, align: 'center'}, {field: 'phone', title: '手机号', minWidth: 130, align: 'center'}, {field: 'email', title: '邮箱', minWidth: 100, align: 'center'}, - {field: 'usdtAmount', title: '买入USDT', minWidth: 100, align: 'center'}, + // {field: 'usdtAmount', title: '买入USDT', minWidth: 100, align: 'center'}, {field: 'coinAmount', title: '充币USDT', minWidth: 100, align: 'center'}, {field: 'orderNo', title: '订单编号', minWidth: 150, align: 'center'}, {field: 'createTime', title: '交易时间', minWidth: 160, align: 'center'}, diff --git a/src/main/resources/templates/febs/views/modules/contract/sale-list.html b/src/main/resources/templates/febs/views/modules/contract/sale-list.html index d802f44..3e126df 100644 --- a/src/main/resources/templates/febs/views/modules/contract/sale-list.html +++ b/src/main/resources/templates/febs/views/modules/contract/sale-list.html @@ -77,8 +77,8 @@ {field: 'symbol', title: '币种', minWidth: 100, align: 'center'}, {field: 'phone', title: '手机号', minWidth: 130, align: 'center'}, {field: 'email', title: '邮箱', minWidth: 100, align: 'center'}, - {field: 'usdtAmount', title: '买入USDT', minWidth: 100, align: 'center'}, - {field: 'coinAmount', title: '充币USDT', minWidth: 100, align: 'center'}, + // {field: 'usdtAmount', title: '买入USDT', minWidth: 100, align: 'center'}, + {field: 'coinAmount', title: '提现USDT', minWidth: 100, align: 'center'}, {field: 'orderNo', title: '订单编号', minWidth: 150, align: 'center'}, {field: 'createTime', title: '交易时间', minWidth: 160, align: 'center'}, ]] -- Gitblit v1.9.1