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 +- 1 files changed, 1 insertions(+), 1 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} -- Gitblit v1.9.1