From e65bfa1d46d255f307eaa057665f01c8bde0e122 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期二, 16 六月 2026 11:14:36 +0800
Subject: [PATCH] 君歌 1.端口修改

---
 src/views/salesManagement/indicatorStats/index.vue |   15 +++++++--------
 1 files changed, 7 insertions(+), 8 deletions(-)

diff --git a/src/views/salesManagement/indicatorStats/index.vue b/src/views/salesManagement/indicatorStats/index.vue
index 0d2017d..de74c56 100644
--- a/src/views/salesManagement/indicatorStats/index.vue
+++ b/src/views/salesManagement/indicatorStats/index.vue
@@ -25,7 +25,7 @@
           </div>
           <div class="stat-content">
             <div class="stat-value">楼{{ indicatorKpis.salesAmount.toLocaleString() }}</div>
-            <div class="stat-label">閿�鍞</div>
+            <div class="stat-label">鍚堝悓閲戦</div>
           </div>
           <div class="stat-bg-decoration"></div>
         </div>
@@ -98,11 +98,11 @@
               <label class="filter-label">鏃ユ湡鑼冨洿</label>
               <el-date-picker 
                 v-model="indicatorFilter.dateRange" 
-                type="daterange" 
+                type="monthrange"
                 range-separator="鑷�"
                 start-placeholder="寮�濮嬫棩鏈�" 
                 end-placeholder="缁撴潫鏃ユ湡" 
-                value-format="YYYY-MM-DD" 
+                value-format="YYYY-MM"
                 style="width: 100%" 
               />
             </div>
@@ -287,7 +287,7 @@
   const option = {
     title: { text: '澶氱淮搴﹂攢鍞寚鏍囪秼鍔�', left: 'center' },
     tooltip: { trigger: 'axis' },
-    legend: { data: ['璁㈠崟鏁�', '閿�鍞'], top: 30 },
+    legend: { data: ['璁㈠崟鏁�', '鍚堝悓閲戦'], top: 30 },
     grid: { left: '3%', right: '8%', bottom: '3%', containLabel: true },
     xAxis: { 
       type: 'category', 
@@ -317,7 +317,7 @@
         itemStyle: { color: '#409eff' } 
       },
       { 
-        name: '閿�鍞', 
+        name: '鍚堝悓閲戦', 
         type: 'bar', 
         yAxisIndex: 0,
         data: chartData.salesAmountList || [], 
@@ -335,7 +335,7 @@
   const option = {
     title: { text: '澶氱淮搴﹂攢鍞寚鏍囪秼鍔�', left: 'center' },
     tooltip: { trigger: 'axis' },
-    legend: { data: ['璁㈠崟鏁�', '閿�鍞'], top: 30 },
+    legend: { data: ['璁㈠崟鏁�', '鍚堝悓閲戦'], top: 30 },
     grid: { left: '3%', right: '8%', bottom: '3%', containLabel: true },
     xAxis: { type: 'category', data: [] },
     yAxis: [
@@ -355,7 +355,7 @@
     ],
     series: [
       { name: '璁㈠崟鏁�', type: 'line', yAxisIndex: 1, data: [], itemStyle: { color: '#409eff' } },
-      { name: '閿�鍞', type: 'bar', yAxisIndex: 0, data: [], itemStyle: { color: '#67c23a' } }
+      { name: '鍚堝悓閲戦', type: 'bar', yAxisIndex: 0, data: [], itemStyle: { color: '#67c23a' } }
     ]
   }
   indicatorChart.setOption(option)
@@ -406,7 +406,6 @@
 <style scoped lang="scss">
 .indicator-stats {
   padding: 20px;
-  background: #f5f7fa;
   min-height: calc(100vh - 84px);
 }
 

--
Gitblit v1.9.3