From 0005fc44abfc506716618f3f131b846c089a5906 Mon Sep 17 00:00:00 2001
From: KKSU <15274802129@163.com>
Date: Fri, 19 Apr 2024 10:47:35 +0800
Subject: [PATCH] 后台优化
---
src/main/resources/templates/febs/views/dapp/member-zhi-ya.html | 9 +++++----
1 files changed, 5 insertions(+), 4 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 65cb8e5..01158f0 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
@@ -113,13 +113,14 @@
elem: $view.find('table'),
id: 'zhiYaTable',
url: ctx + 'flow/dappAchieve',
+ totalRow : true,
cols: [[
- {field: 'address', title: '用户地址', minWidth: 400,align:'center'},
+ {field: 'address', title: '用户地址', minWidth: 400,align:'center',totalRowText:"合计"},
{templet: '#beState', title: '状态', minWidth: 180,align:'center'},
- {field: 'amount', title: '质押数量', minWidth: 100,align:'center'},
+ {field: 'amount', title: '质押数量', minWidth: 100,align:'center', totalRow:true},
// {field: 'amountDone', title: '累计产出', minWidth: 100,align:'center'},
- {field: 'amountMax', title: '出局数量', minWidth: 100,align:'center'},
- {field: 'amountDay', title: '每日产出', minWidth: 100,align:'center'},
+ {field: 'amountMax', 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