From 2c8a663d12ef967a6378d9f38a4224d14201f9d9 Mon Sep 17 00:00:00 2001
From: gongchunyi <deslre0381@gmail.com>
Date: 星期四, 28 五月 2026 21:53:18 +0800
Subject: [PATCH] chore: 使用 dev_NEW_pro 覆盖当前分支代码
---
src/views/customerService/feedbackRegistration/index.vue | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/src/views/customerService/feedbackRegistration/index.vue b/src/views/customerService/feedbackRegistration/index.vue
index d15749d..1e57bdb 100644
--- a/src/views/customerService/feedbackRegistration/index.vue
+++ b/src/views/customerService/feedbackRegistration/index.vue
@@ -149,14 +149,14 @@
{
icon: markRaw(FolderOpened),
count: 0,
- label: "寰呭鐞�",
+ label: "宸插鐞�",
color: "#ff9a2e",
bgColor: "#fff5e6",
},
{
icon: markRaw(UserFilled),
count: 0,
- label: "宸插鐞�",
+ label: "宸插畬鎴�",
color: "#00b42a",
bgColor: "#e6f7ed",
},
@@ -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, 1);
- statsList.value[2].count = getStatsCountByStatus(statsData, 2);
+ statsList.value[1].count = getStatsCountByStatus(statsData, 2);
+ statsList.value[2].count = getStatsCountByStatus(statsData, 1);
}
});
};
--
Gitblit v1.9.3