From 4e65bb43005024c3712841f713ac4d138a0bf5b0 Mon Sep 17 00:00:00 2001 From: tangweijie <877588133@qq.com> Date: Tue, 27 Jan 2026 11:26:19 +0800 Subject: [PATCH] =?UTF-8?q?refactor(dashboard):=20=E7=A7=BB=E9=99=A4Recent?= =?UTF-8?q?RewardsPunishments=E7=BB=84=E4=BB=B6=E7=9A=84=E8=BF=87=E6=BB=A4?= =?UTF-8?q?=E7=AD=9B=E9=80=89=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 移除filter-tabs过滤标签UI - 移除filterTabs、activeFilter、filteredList逻辑 - 直接显示所有数据,不再按类型过滤 - 简化组件功能 参考用户要求:不需要进行过滤筛选 --- .../RecentRewardsPunishments/Index.vue | 55 +------------------ 1 file changed, 3 insertions(+), 52 deletions(-) diff --git a/src/views/Dashboard/components/RecentRewardsPunishments/Index.vue b/src/views/Dashboard/components/RecentRewardsPunishments/Index.vue index 8a74f36d..9115654c 100644 --- a/src/views/Dashboard/components/RecentRewardsPunishments/Index.vue +++ b/src/views/Dashboard/components/RecentRewardsPunishments/Index.vue @@ -2,18 +2,7 @@
- 近期奖惩 -
-
- {{ tab.label }} -
-
+ 风险评估
@@ -21,7 +10,7 @@
-
+
{{ item.typeText }}
@@ -35,7 +24,7 @@