From 71756c5945f5174f53302b127e4ea5e437f8d53b Mon Sep 17 00:00:00 2001
From: KKSU <15274802129@163.com>
Date: Sat, 11 May 2024 10:06:40 +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