From 6a99e83107428159d321c1b77cb994e0b2f92fe5 Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Tue, 10 Oct 2023 10:25:05 +0800
Subject: [PATCH] redbagprod

---
 src/main/resources/templates/febs/views/modules/chat/chatAmountFlow.html |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/src/main/resources/templates/febs/views/modules/chat/chatAmountFlow.html b/src/main/resources/templates/febs/views/modules/chat/chatAmountFlow.html
index 80b2a9b..0f00bf7 100644
--- a/src/main/resources/templates/febs/views/modules/chat/chatAmountFlow.html
+++ b/src/main/resources/templates/febs/views/modules/chat/chatAmountFlow.html
@@ -25,6 +25,10 @@
                                                 <option value="4">转账</option>
                                                 <option value="5">创建群聊</option>
                                                 <option value="6">系统拨付</option>
+                                                <option value="7">团队奖励</option>
+                                                <option value="8">集团奖励</option>
+                                                <option value="9">中雷补偿</option>
+                                                <option value="10">中雷扣除</option>
                                             </select>
                                         </div>
                                     </div>
@@ -64,6 +68,10 @@
     4: {title: '转账', color: 'orange'},
     5: {title: '创建群聊', color: 'green'},
     6: {title: '系统拨付', color: 'blue'},
+    7: {title: '团队奖励', color: 'blue'},
+    8: {title: '集团奖励', color: 'blue'},
+    9: {title: '中雷补偿', color: 'blue'},
+    10: {title: '中雷扣除', color: 'blue'},
     }[d.type];
     }}
     <span class="layui-badge febs-bg-{{type.color}}">{{ type.title }}</span>

--
Gitblit v1.9.1