From 4cea678dd431db704ed6c47f7c486281672fccb6 Mon Sep 17 00:00:00 2001
From: zhangwencui <1064582902@qq.com>
Date: 星期一, 30 三月 2026 15:07:12 +0800
Subject: [PATCH] 销售统计看板

---
 src/views/reportAnalysis/salesStatistics/index.vue |   24 ++++++++++++------------
 1 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/src/views/reportAnalysis/salesStatistics/index.vue b/src/views/reportAnalysis/salesStatistics/index.vue
index 165f30a..c1dc7e0 100644
--- a/src/views/reportAnalysis/salesStatistics/index.vue
+++ b/src/views/reportAnalysis/salesStatistics/index.vue
@@ -119,16 +119,16 @@
             <div class="center-metric-unit">瀹�</div>
           </div>
           <div class="center-metric m4">
-            <div class="center-metric-label">鎬婚攢鍞尯</div>
-            <div class="center-metric-value">{{ totalSalesAreaCount }}</div>
-            <div class="center-metric-unit">鍖�</div>
+            <div class="center-metric-label">閿�鍞柟鏁�</div>
+            <div class="center-metric-value">{{ totalSalesAreaCount.toFixed(0) }}</div>
+            <div class="center-metric-unit">鏂�</div>
           </div>
         </div>
       </div>
       <!-- 宸︿笅锛氫骇鍝佺被鍨嬮攢閲� -->
       <div class="bi-panel bi-panel-bottom-left">
         <PanelHeader :isFullscreen="true"
-                     title="閿�閲忔暟鎹�-鎺掑悕鍒嗘瀽" />
+                     title="閿�閲忔暟鎹粺璁�" />
         <div class="panel-tabs">
           <span class="tab-item"
                 :class="{ active: blockTimeDimension === 'year' }"
@@ -157,7 +157,7 @@
             <table class="scroll-table">
               <thead>
                 <tr>
-                  <th>鎺掑悕</th>
+                  <th>搴忓彿</th>
                   <th>浜у搧绫诲瀷</th>
                   <th>骞存湀</th>
                   <th>閿�鍞尯</th>
@@ -208,7 +208,7 @@
       <!-- 鍙充笅锛氶攢鍞尯鍩熼攢閲� -->
       <div class="bi-panel bi-panel-bottom-right">
         <PanelHeader :isFullscreen="true"
-                     title="閿�鍞鏁版嵁-鎺掑悕鍒嗘瀽" />
+                     title="閿�鍞鏁版嵁缁熻" />
         <div class="panel-tabs">
           <span class="tab-item"
                 :class="{ active: boardTimeDimension === 'year' }"
@@ -237,7 +237,7 @@
             <table class="scroll-table">
               <thead>
                 <tr>
-                  <th>鎺掑悕</th>
+                  <th>搴忓彿</th>
                   <th>骞存湀</th>
                   <th>閿�鍞尯</th>
                   <th>閿�鍞锛堜竾鍏冿級</th>
@@ -1880,12 +1880,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