From ddc47baafd54d4b542ea708206209b13c141c27a Mon Sep 17 00:00:00 2001
From: KKSU <15274802129@163.com>
Date: Mon, 29 Apr 2024 14:50:04 +0800
Subject: [PATCH] 测试环境新版
---
src/main/resources/templates/febs/views/dapp/member-zhi-ya.html | 3 ++-
1 files changed, 2 insertions(+), 1 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 bd172c3..e5e8d4d 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
@@ -121,7 +121,8 @@
{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: 'goldAmount', title: '出局数量(金本位)', minWidth: 100,align:'center', totalRow:true},
+ {field: 'coinAmount', title: '出局数量(币本位)', minWidth: 100,align:'center', totalRow:true},
{field: 'amountDay', title: '每日产出', minWidth: 100,align:'center', totalRow:true},
{field: 'createTime', title: '质押时间', minWidth: 300,align:'center'},
{title: '操作', minWidth: 200 ,toolbar: '#zhiya-option',align:'center'}
--
Gitblit v1.9.1