From 42996aa74b9f44c26d275e8afbbe4e206c57a8e7 Mon Sep 17 00:00:00 2001
From: wzy <wzy19931122ai@163.com>
Date: Sun, 27 Mar 2022 21:38:36 +0800
Subject: [PATCH] add simulate data
---
src/main/resources/templates/febs/views/dapp/member-wallet-coin.html | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/main/resources/templates/febs/views/dapp/member-wallet-coin.html b/src/main/resources/templates/febs/views/dapp/member-wallet-coin.html
index 8e526ee..fcbcd00 100644
--- a/src/main/resources/templates/febs/views/dapp/member-wallet-coin.html
+++ b/src/main/resources/templates/febs/views/dapp/member-wallet-coin.html
@@ -47,7 +47,7 @@
$query = $view.find('#query'),
$reset = $view.find('#reset'),
$searchForm = $view.find('form'),
- sortObject = {field: 'createTime', type: null},
+ sortObject = {},
tableIns;
form.render();
@@ -89,7 +89,7 @@
{field: 'address', title: '地址', minWidth: 130},
{field: 'availableAmount', title: '可用金额', minWidth: 130},
{field: 'frozenAmount', title: '冻结金额', minWidth: 130},
- {field: 'totalAmount', title: '创建时间', minWidth: 180}
+ {field: 'totalAmount', title: '总金额', minWidth: 180}
]]
});
}
--
Gitblit v1.9.1