fix
Helius
2022-03-29 75c8a2c15eaafd35cc90dafeac9f30c469d13c13
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}