From 81d826f455491f18f64c4032fc07be5c6abdd009 Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Wed, 29 Sep 2021 17:03:31 +0800
Subject: [PATCH] 20210928

---
 src/main/resources/templates/febs/views/modules/mallMember/moneyFlowList.html |    3 +++
 1 files changed, 3 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 59309c9..ce8cf2a 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,7 @@
                                                 <option value="6">提现</option>
                                                 <option value="7">排名奖励</option>
                                                 <option value="8">利润分红</option>
+                                                <option value="9">系统拨付</option>
                                             </select>
                                         </div>
                                     </div>
@@ -118,6 +119,8 @@
                                 return '<span>排名奖励</span>'
                             }else if (d.type === 8) {
                                 return '<span>利润分红</span>'
+                            }else if (d.type === 9) {
+                                return '<span>系统拨付</span>'
                             }else{
                                 return ''
                             }

--
Gitblit v1.9.1