From 9a281ce992a47a4eacbd1f8b578257360f0a4c3e Mon Sep 17 00:00:00 2001
From: zhangwencui <1064582902@qq.com>
Date: 星期一, 30 三月 2026 14:57:21 +0800
Subject: [PATCH] 销售统计去掉排名

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

diff --git a/src/views/reportAnalysis/salesStatistics/index.vue b/src/views/reportAnalysis/salesStatistics/index.vue
index 165f30a..230afcd 100644
--- a/src/views/reportAnalysis/salesStatistics/index.vue
+++ b/src/views/reportAnalysis/salesStatistics/index.vue
@@ -128,7 +128,7 @@
       <!-- 宸︿笅锛氫骇鍝佺被鍨嬮攢閲� -->
       <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