fix
Helius
2022-04-06 516d0d66f35129ce9e7f290a25e33b5e11cb4e1b
src/main/resources/templates/febs/views/dapp/member-wallet-mine.html
@@ -87,8 +87,8 @@
                url: ctx + 'wallet/walletMine',
                cols: [[
                    {field: 'address', title: '地址', minWidth: 130},
                    {field: 'availableAmount', title: '剩余产量', minWidth: 130},
                    {field: 'totalAmount', title: '总产量', minWidth: 180}
                    {field: 'availableAmount', title: '剩余产量(ETH)', minWidth: 130},
                    {field: 'totalAmount', title: '总产量(ETH)', minWidth: 180}
                ]]
            });
        }