From 19f2e3bdbe04e7ea79c6a0bdc8c7318d4837b189 Mon Sep 17 00:00:00 2001
From: gongchunyi <deslre0381@gmail.com>
Date: 星期四, 28 五月 2026 17:36:45 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/dev_NEW_pro' into dev_pro_山西_晋和园

---
 src/views/customerService/feedbackRegistration/index.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/views/customerService/feedbackRegistration/index.vue b/src/views/customerService/feedbackRegistration/index.vue
index 4fd469b..9a70ca7 100644
--- a/src/views/customerService/feedbackRegistration/index.vue
+++ b/src/views/customerService/feedbackRegistration/index.vue
@@ -309,7 +309,7 @@
   const formDia = ref();
 
   // 瀛楀吀鑾峰彇
-  /* 
+  /*
   post_sale_waiting_list 鏂板鐨勫敭鍚庡垎绫�
   degree_of_urgency 鏂板鐨勭揣鎬ョ▼搴�
   work_order_status 涓婚〉鐨勫伐鍗曠姸鎬�
@@ -424,8 +424,8 @@
       if (res.code === 200) {
         const statsData = Array.isArray(res.data) ? res.data : [];
         statsList.value[0].count = getStatsCountByStatus(statsData, 3);
-        statsList.value[1].count = getStatsCountByStatus(statsData, 2);
-        statsList.value[2].count = getStatsCountByStatus(statsData, 1);
+        statsList.value[1].count = getStatsCountByStatus(statsData, 1);
+        statsList.value[2].count = getStatsCountByStatus(statsData, 2);
       }
     });
   };

--
Gitblit v1.9.3