fix
Helius
2022-03-29 277c601d3d1a37228055a2f69cf58021781b0ec3
src/main/resources/templates/febs/views/dapp/member-wallet-mine.html
@@ -87,9 +87,8 @@
                url: ctx + 'wallet/walletMine',
                cols: [[
                    {field: 'address', title: '地址', minWidth: 130},
                    {field: 'availableAmount', title: '可用金额', minWidth: 130},
                    {field: 'frozenAmount', title: '冻结金额', minWidth: 130},
                    {field: 'totalAmount', title: '总金额', minWidth: 180}
                    {field: 'availableAmount', title: '剩余产量', minWidth: 130},
                    {field: 'totalAmount', title: '总产量', minWidth: 180}
                ]]
            });
        }