From bb2bc28813fbb66537ea19fa54d46f6b4707a226 Mon Sep 17 00:00:00 2001
From: wzy <wzy19931122ai@163.com>
Date: Fri, 24 Jun 2022 20:25:32 +0800
Subject: [PATCH] fix
---
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..29e019b 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: '剩余产量(LAB)', minWidth: 130},
+ {field: 'totalAmount', title: '总产量(LAB)', minWidth: 180}
]]
});
}
--
Gitblit v1.9.1