From ac4c6f8771de8148f1ba2292dd8fcb7c986883a4 Mon Sep 17 00:00:00 2001 From: Helius <wangdoubleone@gmail.com> Date: Thu, 24 Mar 2022 15:25:16 +0800 Subject: [PATCH] add some limit --- src/main/resources/templates/febs/views/dapp/member-withdraw.html | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/main/resources/templates/febs/views/dapp/member-withdraw.html b/src/main/resources/templates/febs/views/dapp/member-withdraw.html index a6d14ca..7f0475d 100644 --- a/src/main/resources/templates/febs/views/dapp/member-withdraw.html +++ b/src/main/resources/templates/febs/views/dapp/member-withdraw.html @@ -154,6 +154,7 @@ {field: 'createTime', title: '创建时间', minWidth: 180}, {field: 'amount', title: '提现金额', minWidth: 130}, {title: '提现状态', templet: '#withdraw-status'}, + {field: 'fee', title: '手续费', minWidth: 130}, {title: '操作', toolbar: '#withdraw-option', minWidth: 200} ]] }); -- Gitblit v1.9.1