From 810038210b45bcd9dd18f6037f56af906d6a699f Mon Sep 17 00:00:00 2001 From: Hentua <wangdoubleone@gmail.com> Date: Sat, 08 Apr 2023 10:22:44 +0800 Subject: [PATCH] fix --- src/main/resources/templates/febs/views/modules/mallMember/chargeFlowList.html | 4 ++-- 1 files changed, 2 insertions(+), 2 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 f493ec4..b0dc218 100644 --- a/src/main/resources/templates/febs/views/modules/mallMember/chargeFlowList.html +++ b/src/main/resources/templates/febs/views/modules/mallMember/chargeFlowList.html @@ -20,7 +20,7 @@ </div> </div> <div class="layui-inline"> - <label class="layui-form-label">会员类型:</label> + <label class="layui-form-label">状态:</label> <div class="layui-input-inline"> <select name="status"> <option value="">请选择</option> @@ -140,7 +140,7 @@ {field: 'bindPhone', title: '手机号', minWidth: 150,align:'left'}, {field: 'amount', title: '金额', minWidth: 150,align:'left',totalRow: '{{= parseInt(d.amount) }}'}, {field: 'amountFee', title: '手续费', minWidth: 150,align:'left',totalRow: '{{= parseInt(d.amountFee) }}'}, - {field: 'remark', title: '错误信息', minWidth: 150,align:'left'}, + {field: 'remark', title: '类型', minWidth: 150,align:'left'}, {field: 'status', title: '状态', templet: function (d) { if (d.status === 1) { -- Gitblit v1.9.1