From 0b342b923cbec6ca293a98dd192b40c0fd2c12db Mon Sep 17 00:00:00 2001
From: Helius <wangdoubleone@gmail.com>
Date: Fri, 25 Mar 2022 11:40:16 +0800
Subject: [PATCH] fix some problem and data premission
---
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