From 122cfb2e4b4a99eee74083bf3724d564b64679a3 Mon Sep 17 00:00:00 2001
From: Administrator <15274802129@163.com>
Date: Mon, 28 Apr 2025 15:28:39 +0800
Subject: [PATCH] fix(mall): 修复活动订单状态筛选逻辑

---
 src/main/resources/templates/febs/views/modules/votesActivity/orderList.html |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/main/resources/templates/febs/views/modules/votesActivity/orderList.html b/src/main/resources/templates/febs/views/modules/votesActivity/orderList.html
index b79498b..a53230f 100644
--- a/src/main/resources/templates/febs/views/modules/votesActivity/orderList.html
+++ b/src/main/resources/templates/febs/views/modules/votesActivity/orderList.html
@@ -78,6 +78,9 @@
     2: {title: '待使用', color: 'orange'},
     3: {title: '已使用', color: 'green'},
     4: {title: '售后', color: 'red'},
+    5: {title: '已评价', color: 'black'},
+    6: {title: '删除', color: 'black'},
+    7: {title: '已失效', color: 'black'},
     }[d.state];
     }}
     <span class="layui-badge febs-bg-{{state.color}}">{{ state.title }}</span>

--
Gitblit v1.9.1