From 0dded054a1744e032c30bc5b10fda1f2c94a4099 Mon Sep 17 00:00:00 2001
From: KKSU <15274802129@163.com>
Date: Wed, 21 Feb 2024 15:20:48 +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