From 42996aa74b9f44c26d275e8afbbe4e206c57a8e7 Mon Sep 17 00:00:00 2001
From: wzy <wzy19931122ai@163.com>
Date: Sun, 27 Mar 2022 21:38:36 +0800
Subject: [PATCH] add simulate data
---
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