From f67ab7d98c25a840f889c64990b776ede6d1e2f4 Mon Sep 17 00:00:00 2001 From: li-guang <153605324@qq.com> Date: Sat, 03 Sep 2022 05:06:44 +0800 Subject: [PATCH] 拒绝提现,增加佣金金额 --- src/main/resources/templates/febs/views/modules/mallMember/chargeFlowList.html | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/main/resources/templates/febs/views/modules/mallMember/chargeFlowList.html b/src/main/resources/templates/febs/views/modules/mallMember/chargeFlowList.html index 4f60714..5d6e645 100644 --- a/src/main/resources/templates/febs/views/modules/mallMember/chargeFlowList.html +++ b/src/main/resources/templates/febs/views/modules/mallMember/chargeFlowList.html @@ -119,10 +119,12 @@ id: 'moneyFlowChargeTable', url: ctx + 'admin/mallMember/getMoneyChargeList', cols: [[ + {field: 'withdrawNo', title: '编号', minWidth: 100,align:'left'}, {field: 'name', title: '名称', minWidth: 100,align:'left'}, {field: 'phone', title: '账号', minWidth: 150,align:'left'}, {field: 'bindPhone', title: '手机号', minWidth: 150,align:'left'}, {field: 'amount', title: '金额', minWidth: 150,align:'left'}, + {field: 'amountFee', title: '手续费', minWidth: 150,align:'left'}, {field: 'status', title: '状态', templet: function (d) { if (d.status === 1) { -- Gitblit v1.9.1