From 90912195e3e38418c5629f70d30327ffbce45121 Mon Sep 17 00:00:00 2001 From: Helius <wangdoubleone@gmail.com> Date: Mon, 28 Mar 2022 16:04:02 +0800 Subject: [PATCH] add quartz job for mine income --- src/main/resources/templates/febs/views/dapp/member-wallet-mine.html | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/main/resources/templates/febs/views/dapp/member-wallet-mine.html b/src/main/resources/templates/febs/views/dapp/member-wallet-mine.html index de62005..51298a6 100644 --- a/src/main/resources/templates/febs/views/dapp/member-wallet-mine.html +++ b/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} ]] }); } -- Gitblit v1.9.1