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 |   21 +++------------------
 1 files changed, 3 insertions(+), 18 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 880ec15..cbfc8da 100644
--- a/src/main/resources/templates/febs/views/modules/mallMember/moneyFlow.html
+++ b/src/main/resources/templates/febs/views/modules/mallMember/moneyFlow.html
@@ -43,25 +43,10 @@
                 id: 'moneyFlowChild',
                 url: ctx + 'admin/mallMember/moneyFlow?parentId=1',
                 cols: [[
-                    {field: 'orderNo', title: '订单编号', minWidth: 150,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: 'amount', title: '金额', minWidth: 80,align:'center'},
-                    {field: 'createdTime', title: '时间', minWidth: 150,align:'left'},
-                    {field: 'description', title: '描述', minWidth: 150,align:'left'},
-                    {field: 'remark', title: '备注', minWidth: 150,align:'left'},
+                    {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