From 73b3813c2d110bf446f251350f120bb1e2b51d0c Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Tue, 10 Jan 2023 10:45:14 +0800
Subject: [PATCH] 20221227 充值归集

---
 src/main/resources/templates/febs/views/modules/mallMember/moneyFlowList.html |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)

diff --git a/src/main/resources/templates/febs/views/modules/mallMember/moneyFlowList.html b/src/main/resources/templates/febs/views/modules/mallMember/moneyFlowList.html
index 1215858..2da8aea 100644
--- a/src/main/resources/templates/febs/views/modules/mallMember/moneyFlowList.html
+++ b/src/main/resources/templates/febs/views/modules/mallMember/moneyFlowList.html
@@ -30,6 +30,10 @@
                                                 <option value="6">团队管理补贴</option>
                                                 <option value="7">购买星级</option>
                                                 <option value="8">星级保证金返还</option>
+                                                <option value="9">提现</option>
+                                                <option value="10">充值</option>
+                                                <option value="11">转账</option>
+                                                <option value="100">系统拨付</option>
                                             </select>
                                         </div>
                                     </div>
@@ -129,6 +133,14 @@
                                 return '<span>购买星级</span>'
                             }else if (d.type === 8) {
                                 return '<span>星级保证金返还</span>'
+                            }else if (d.type === 9) {
+                                return '<span>提现</span>'
+                            }else if (d.type === 10) {
+                                return '<span>充值</span>'
+                            }else if (d.type === 11) {
+                                return '<span>转账</span>'
+                            }else if (d.type === 100) {
+                                return '<span>系统拨付</span>'
                             }else{
                                 return ''
                             }

--
Gitblit v1.9.1