From 758a07be8009039956a9c67916eb38b30b48f302 Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Tue, 11 Apr 2023 14:19:24 +0800
Subject: [PATCH] 后台修改

---
 src/main/resources/templates/febs/views/modules/mallMember/moneyFlowList.html |    3 +++
 src/main/resources/templates/febs/views/modules/mallMember/moneyFlow.html     |    2 ++
 2 files changed, 5 insertions(+), 0 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 b9e4f3a..6edd2cf 100644
--- a/src/main/resources/templates/febs/views/modules/mallMember/moneyFlow.html
+++ b/src/main/resources/templates/febs/views/modules/mallMember/moneyFlow.html
@@ -72,6 +72,8 @@
                                 return '<span>代理现金补贴</span>'
                             }else if (d.type === 25) {
                                 return '<span>代理积分补贴</span>'
+                            }else if (d.type === 26) {
+                                return '<span>积分转余额</span>'
                             }else{
                                 return '-'
                             }
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 ab4eebd..31e4c66 100644
--- a/src/main/resources/templates/febs/views/modules/mallMember/moneyFlowList.html
+++ b/src/main/resources/templates/febs/views/modules/mallMember/moneyFlowList.html
@@ -43,6 +43,7 @@
                                                 <option value="23">合伙人现金补贴</option>
                                                 <option value="24">代理现金补贴</option>
                                                 <option value="25">代理积分补贴</option>
+                                                <option value="26">积分转余额</option>
                                             </select>
                                         </div>
                                     </div>
@@ -151,6 +152,8 @@
                                 return '<span>代理现金补贴</span>'
                             }else if (d.type === 25) {
                                 return '<span>代理积分补贴</span>'
+                            }else if (d.type === 26) {
+                                return '<span>积分转余额</span>'
                             }else{
                                 return '-'
                             }

--
Gitblit v1.9.1