From 75c8a2c15eaafd35cc90dafeac9f30c469d13c13 Mon Sep 17 00:00:00 2001
From: Helius <wangdoubleone@gmail.com>
Date: Tue, 29 Mar 2022 16:54:33 +0800
Subject: [PATCH] fix

---
 src/main/resources/templates/febs/views/dapp/member-wallet-mine.html |    4 ++--
 src/main/resources/templates/febs/views/dapp/member-withdraw.html    |    2 +-
 src/main/resources/templates/febs/views/dapp/member-wallet-coin.html |    6 +++---
 src/main/resources/templates/febs/views/dapp/member-transter.html    |    2 +-
 4 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/src/main/resources/templates/febs/views/dapp/member-transter.html b/src/main/resources/templates/febs/views/dapp/member-transter.html
index d845f8f..68171c5 100644
--- a/src/main/resources/templates/febs/views/dapp/member-transter.html
+++ b/src/main/resources/templates/febs/views/dapp/member-transter.html
@@ -95,7 +95,7 @@
                 url: ctx + 'member/transferList',
                 cols: [[
                     {field: 'address', title: '地址', minWidth: 130},
-                    {field: 'amount', title: '金额', minWidth: 130},
+                    {field: 'amount', title: '金额(USDT)', minWidth: 130},
                     {field: 'hash', title: '交易hash', minWidth: 180},
                     {field: 'createTime', title: '创建时间', minWidth: 130},
                     {title: '操作', toolbar: '#transfer-option', minWidth: 140}
diff --git a/src/main/resources/templates/febs/views/dapp/member-wallet-coin.html b/src/main/resources/templates/febs/views/dapp/member-wallet-coin.html
index fcbcd00..ffdb3e9 100644
--- a/src/main/resources/templates/febs/views/dapp/member-wallet-coin.html
+++ b/src/main/resources/templates/febs/views/dapp/member-wallet-coin.html
@@ -87,9 +87,9 @@
                 url: ctx + 'wallet/walletCoin',
                 cols: [[
                     {field: 'address', title: '地址', minWidth: 130},
-                    {field: 'availableAmount', title: '可用金额', minWidth: 130},
-                    {field: 'frozenAmount', title: '冻结金额', minWidth: 130},
-                    {field: 'totalAmount', title: '总金额', minWidth: 180}
+                    {field: 'availableAmount', title: '可用金额(USDT)', minWidth: 130},
+                    {field: 'frozenAmount', title: '冻结金额(USDT)', minWidth: 130},
+                    {field: 'totalAmount', title: '总金额(USDT)', minWidth: 180}
                 ]]
             });
         }
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 51298a6..b927201 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,8 +87,8 @@
                 url: ctx + 'wallet/walletMine',
                 cols: [[
                     {field: 'address', title: '地址', minWidth: 130},
-                    {field: 'availableAmount', title: '剩余产量', minWidth: 130},
-                    {field: 'totalAmount', title: '总产量', minWidth: 180}
+                    {field: 'availableAmount', title: '剩余产量(ETH)', minWidth: 130},
+                    {field: 'totalAmount', title: '总产量(ETH)', minWidth: 180}
                 ]]
             });
         }
diff --git a/src/main/resources/templates/febs/views/dapp/member-withdraw.html b/src/main/resources/templates/febs/views/dapp/member-withdraw.html
index 2a904b8..c51eb9b 100644
--- a/src/main/resources/templates/febs/views/dapp/member-withdraw.html
+++ b/src/main/resources/templates/febs/views/dapp/member-withdraw.html
@@ -152,7 +152,7 @@
                 cols: [[
                     {field: 'address', title: '地址', minWidth: 130},
                     {field: 'createTime', title: '创建时间', minWidth: 180},
-                    {field: 'amount', title: '提现金额', minWidth: 130},
+                    {field: 'amount', title: '提现金额(USDT)', minWidth: 130},
                     {title: '提现状态', templet: '#withdraw-status'},
                     {field: 'fee', title: '手续费', minWidth: 130},
                     {title: '操作', toolbar: '#withdraw-option', minWidth: 200}

--
Gitblit v1.9.1