From 5c2175b4fc7ed01e5106757f5cb4a51305bf2ce3 Mon Sep 17 00:00:00 2001
From: KKSU <15274802129@163.com>
Date: Sun, 28 Apr 2024 15:07:19 +0800
Subject: [PATCH] 测试环境新版

---
 src/main/resources/templates/febs/views/dapp/member-zhi-ya.html |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/main/resources/templates/febs/views/dapp/member-zhi-ya.html b/src/main/resources/templates/febs/views/dapp/member-zhi-ya.html
index 01158f0..bd172c3 100644
--- a/src/main/resources/templates/febs/views/dapp/member-zhi-ya.html
+++ b/src/main/resources/templates/febs/views/dapp/member-zhi-ya.html
@@ -118,6 +118,8 @@
                     {field: 'address', title: '用户地址', minWidth: 400,align:'center',totalRowText:"合计"},
                     {templet: '#beState', title: '状态', minWidth: 180,align:'center'},
                     {field: 'amount', title: '质押数量', minWidth: 100,align:'center', totalRow:true},
+                    {field: 'price', title: '质押价格', minWidth: 100,align:'center', totalRow:true},
+                    {field: 'usdtAmount', title: 'USDT', minWidth: 100,align:'center', totalRow:true},
                     // {field: 'amountDone', title: '累计产出', minWidth: 100,align:'center'},
                     {field: 'amountMax', title: '出局数量', minWidth: 100,align:'center', totalRow:true},
                     {field: 'amountDay', title: '每日产出', minWidth: 100,align:'center', totalRow:true},

--
Gitblit v1.9.1