From 9d2febb90dab7ca0de3d8db1bc045de9f1a5a3b9 Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Mon, 31 Oct 2022 15:04:28 +0800
Subject: [PATCH] 20221021
---
src/main/resources/templates/febs/views/dapp/money-change-flow.html | 13 +++++--------
1 files changed, 5 insertions(+), 8 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 1716dac..bc27446 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
@@ -145,20 +145,17 @@
{field: 'amount', title: '变化金额', minWidth: 100},
{field: 'afterAmount', title: '变化后金额', minWidth: 100},
{field: 'content', title: '描述', minWidth: 130},
- {title: '类型', templet: '#type-format'},
+ // {title: '类型', templet: '#type-format'},
{field: 'createTime', title: '创建时间', minWidth: 180}
]]
});
}
function getQueryParams() {
- // return {
- // inviteId: $searchForm.find('input[name="inviteId"]').val().trim(),
- // changeAble: $searchForm.find("select[name='changeAble']").val(),
- // accountStatus: $searchForm.find("select[name='accountStatus']").val(),
- // withdrawAble: $searchForm.find("input[name='withdrawAble']").val(),
- // invalidate_ie_cache: new Date()
- // };
+ return {
+ type: $searchForm.find("select[name='type']").val(),
+ address: $searchForm.find('input[name="address"]').val().trim()
+ };
}
function changeStatus(url) {
--
Gitblit v1.9.1