Helius
2022-03-24 b1da105f86dfcd72e1f2fe94a694dcbeb6b972c8
src/main/resources/templates/febs/views/dapp/member-wallet-mine.html
@@ -47,7 +47,7 @@
            $query = $view.find('#query'),
            $reset = $view.find('#reset'),
            $searchForm = $view.find('form'),
            sortObject = {field: 'createTime', type: null},
            sortObject = {},
            tableIns;
        form.render();
@@ -89,7 +89,7 @@
                    {field: 'address', title: '地址', minWidth: 130},
                    {field: 'availableAmount', title: '可用金额', minWidth: 130},
                    {field: 'frozenAmount', title: '冻结金额', minWidth: 130},
                    {field: 'totalAmount', title: '创建时间', minWidth: 180}
                    {field: 'totalAmount', title: '总金额', minWidth: 180}
                ]]
            });
        }