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 | 25 +++----------------------
1 files changed, 3 insertions(+), 22 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 440cc4a..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,29 +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 if (d.type === 5) {
- return '<span>转账</span>'
- }else if (d.type === 6) {
- 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