From 0a22a881f09abd830fd0c8c7cb094e3ea23796a5 Mon Sep 17 00:00:00 2001
From: KKSU <15274802129@163.com>
Date: Mon, 29 Apr 2024 00:12:35 +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