From 9fb1a68d11a8928f2ba602dd68dc00d19ca7429f Mon Sep 17 00:00:00 2001 From: KKSU <15274802129@163.com> Date: Tue, 27 Feb 2024 15:47:57 +0800 Subject: [PATCH] 抽奖 --- src/main/resources/templates/febs/views/modules/mallMember/moneyFlow.html | 14 -------------- 1 files changed, 0 insertions(+), 14 deletions(-) diff --git a/src/main/resources/templates/febs/views/modules/mallMember/moneyFlow.html b/src/main/resources/templates/febs/views/modules/mallMember/moneyFlow.html index 0b64db2..cbfc8da 100644 --- a/src/main/resources/templates/febs/views/modules/mallMember/moneyFlow.html +++ b/src/main/resources/templates/febs/views/modules/mallMember/moneyFlow.html @@ -44,20 +44,6 @@ url: ctx + 'admin/mallMember/moneyFlow?parentId=1', cols: [[ {field: 'amount', title: '金额', minWidth: 80,align:'center'}, - {field: 'type', title: '流水类型', - templet: function (d) { - if (d.type === 1) { - return '<span>投注</span>' - } else if (d.type === 2) { - return '<span>中奖</span>' - } else if (d.type === 3) { - return '<span>充值</span>' - } else if (d.type === 4) { - return '<span>提现</span>' - }else{ - return '' - } - }, minWidth: 80,align:'center'}, {field: 'orderNo', title: '订单编号', minWidth: 150,align:'center'}, {field: 'description', title: '备注', minWidth: 150,align:'left'}, {field: 'createdTime', title: '时间', minWidth: 150,align:'left'} -- Gitblit v1.9.1