From d7140004b514b43f9734d050fb65d0c2898cca7f Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Wed, 23 Nov 2022 10:25:42 +0800
Subject: [PATCH] 20221117
---
src/main/resources/templates/febs/views/dapp/money-change-flow.html | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/src/main/resources/templates/febs/views/dapp/money-change-flow.html b/src/main/resources/templates/febs/views/dapp/money-change-flow.html
index ae6d17d..9e94d63 100644
--- a/src/main/resources/templates/febs/views/dapp/money-change-flow.html
+++ b/src/main/resources/templates/febs/views/dapp/money-change-flow.html
@@ -139,11 +139,12 @@
elem: $view.find('table'),
id: 'moneyChangeTable',
url: ctx + 'flow/accountMoneyChangeFlow',
+ totalRow: true,
cols: [[
// {field: 'address', title: '地址', minWidth: 150},
- {field: 'username', title: '用户名', minWidth: 150},
+ {field: 'username', title: '用户名', minWidth: 150, totalRowText: '合计'},
{field: 'preAmount', title: '变化前金额', minWidth: 100},
- {field: 'amount', title: '变化金额', minWidth: 100},
+ {field: 'amount', title: '变化金额', minWidth: 100, totalRow: true},
{field: 'afterAmount', title: '变化后金额', minWidth: 100},
{field: 'content', title: '描述', minWidth: 130},
// {title: '类型', templet: '#type-format'},
--
Gitblit v1.9.1