Helius
2022-04-15 6768b37b0c70f4321d59f218871ccbdbeb503991
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}
                ]]
            });
        }