From 49f84e6ea4973a7db64be3258b503dfdb8030f85 Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Mon, 21 Aug 2023 18:05:32 +0800
Subject: [PATCH] 后台修改

---
 src/main/resources/templates/febs/views/dapp/member-wallet-mine.html |    5 +++--
 1 files changed, 3 insertions(+), 2 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 4f7183a..cc7476a 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
@@ -8,6 +8,7 @@
                             <div class="layui-col-md10">
                                 <div class="layui-form-item">
                                     <div class="layui-inline">
+                                        <label class="layui-form-label">地址:</label>
                                         <div class="layui-input-inline">
                                             <input type="text" name="address" autocomplete="off" placeholder="输入地址" class="layui-input">
                                         </div>
@@ -87,8 +88,8 @@
                 url: ctx + 'wallet/walletMine',
                 cols: [[
                     {field: 'address', title: '地址', minWidth: 130},
-                    {field: 'availableAmount', title: '剩余产量(LAB)', minWidth: 130},
-                    {field: 'totalAmount', title: '总产量(LAB)', minWidth: 180}
+                    {field: 'availableAmount', title: '可用', minWidth: 130},
+                    {field: 'totalAmount', title: '总量', minWidth: 180}
                 ]]
             });
         }

--
Gitblit v1.9.1