From b35eb9ac5d4aee2415ab748251b25174f33ff2b7 Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Mon, 05 Jun 2023 23:45:38 +0800
Subject: [PATCH] twoCoin项目修改
---
src/main/resources/templates/febs/views/dapp/member.html | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/main/resources/templates/febs/views/dapp/member.html b/src/main/resources/templates/febs/views/dapp/member.html
index e47a92b..a60406c 100644
--- a/src/main/resources/templates/febs/views/dapp/member.html
+++ b/src/main/resources/templates/febs/views/dapp/member.html
@@ -319,10 +319,10 @@
totalRow: true,
cols: [[
// {type: 'checkbox'},
- {title: '代理级别',
- templet: function (d) {
- return '<span class="layui-btn layui-btn-normal layui-btn-xs">'+d.accountType+'</span>'
- },minWidth: 130,align:'center'},
+ // {title: '代理级别',
+ // templet: function (d) {
+ // return '<span class="layui-btn layui-btn-normal layui-btn-xs">'+d.accountType+'</span>'
+ // },minWidth: 130,align:'center'},
{field: 'address', title: '地址', minWidth: 400, totalRowText: '合计'},
{field: 'chainType', title: '所属链', minWidth: 130},
// {field: 'memberNodeSumPrice', title: '拥有积分', minWidth: 130},
--
Gitblit v1.9.1