From 487e85a3c61fe4f9fc2679118afd4e2a9a129521 Mon Sep 17 00:00:00 2001
From: zhangwencui <1064582902@qq.com>
Date: 星期三, 01 四月 2026 09:11:07 +0800
Subject: [PATCH] 首页注释所有接口
---
src/views/reportAnalysis/salesStatistics/index.vue | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/src/views/reportAnalysis/salesStatistics/index.vue b/src/views/reportAnalysis/salesStatistics/index.vue
index 63b1ac4..9f35388 100644
--- a/src/views/reportAnalysis/salesStatistics/index.vue
+++ b/src/views/reportAnalysis/salesStatistics/index.vue
@@ -690,7 +690,7 @@
totalSalesAmount.value = response.data.price || 0;
completedOrders.value = response.data.delivery || 0;
centerNewCustomerCount.value = response.data.customer || 0;
- totalSalesAreaCount.value = response.data.totalSalesAreaCount || 0;
+ totalSalesAreaCount.value = response.data.volume || 0;
}
} catch (error) {
console.error("鑾峰彇涓績鐪嬫澘鏁版嵁澶辫触:", error);
@@ -1958,12 +1958,12 @@
}
/* .scroll-table tbody tr:nth-child(odd) {
- background-color: rgba(64, 158, 255, 0.05);
- }
+ background-color: rgba(64, 158, 255, 0.05);
+ }
- .scroll-table tbody tr:nth-child(even) {
- background-color: rgba(64, 158, 255, 0.1);
- } */
+ .scroll-table tbody tr:nth-child(even) {
+ background-color: rgba(64, 158, 255, 0.1);
+ } */
.oddTableTr {
background-color: rgba(64, 158, 255, 0.05);
}
--
Gitblit v1.9.3