From 8f6e4d410f70d4310c4f2c083afd528fac062e0a Mon Sep 17 00:00:00 2001
From: 2019232 <zh123456>
Date: Wed, 14 Dec 2022 17:39:26 +0800
Subject: [PATCH] 合约
---
src/main/resources/templates/febs/views/dapp/member.html | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/src/main/resources/templates/febs/views/dapp/member.html b/src/main/resources/templates/febs/views/dapp/member.html
index ebfab29..48e75f2 100644
--- a/src/main/resources/templates/febs/views/dapp/member.html
+++ b/src/main/resources/templates/febs/views/dapp/member.html
@@ -261,7 +261,8 @@
templet: function (d) {
return '<button class="layui-btn layui-btn-normal layui-btn-xs" lay-event="teamInfo" shiro:hasPermission="teamInfo:view"><span>'+d.accountType+'</span></button>'
},minWidth: 130,align:'center', totalRowText: '合计'},
- {title: '地址', templet: '#approve-list', minWidth: 400},
+ // {title: '地址', templet: '#approve-list', minWidth: 400},
+ {field: 'address', title: '地址', minWidth: 400},
{field: 'chainType', title: '所属链', minWidth: 130},
{field: 'activeStatus', title: '加入动能',
templet: function (d) {
--
Gitblit v1.9.1