fix
Helius
2022-03-29 b03e3108cfb6a35e3c36cdf4f0c860df906b8456
src/main/resources/templates/febs/views/dapp/member-transter.html
@@ -95,7 +95,7 @@
                url: ctx + 'member/transferList',
                cols: [[
                    {field: 'address', title: '地址', minWidth: 130},
                    {field: 'amount', title: '金额', minWidth: 130},
                    {field: 'amount', title: '金额(USDT)', minWidth: 130},
                    {field: 'hash', title: '交易hash', minWidth: 180},
                    {field: 'createTime', title: '创建时间', minWidth: 130},
                    {title: '操作', toolbar: '#transfer-option', minWidth: 140}