From 74c17ff005cebe1681aaedcc983dffeed9576e7d Mon Sep 17 00:00:00 2001
From: yuan <123@>
Date: 星期二, 23 六月 2026 13:32:59 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/dev_pro_河南鹤壁' into dev_pro_河南鹤壁

---
 src/views/reportAnalysis/productionAnalysis/components/right-bottom.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/views/reportAnalysis/productionAnalysis/components/right-bottom.vue b/src/views/reportAnalysis/productionAnalysis/components/right-bottom.vue
index 62356e7..33c5c20 100644
--- a/src/views/reportAnalysis/productionAnalysis/components/right-bottom.vue
+++ b/src/views/reportAnalysis/productionAnalysis/components/right-bottom.vue
@@ -1,6 +1,6 @@
 <template>
   <div>
-    <PanelHeader title="鐢熶骇鏍哥畻鍒嗘瀽" />
+    <PanelHeader title="鐢熶骇鏍哥畻鍒嗘瀽" to="/productionManagement/productionCosting" />
     <div class="main-panel panel-item-customers">
       <div class="filters-row">
         <DateTypeSwitch v-model="dateType" @change="handleDateTypeChange" />
@@ -28,7 +28,7 @@
 import DateTypeSwitch from './DateTypeSwitch.vue'
 import Echarts from '@/components/Echarts/echarts.vue'
 
-const dateType = ref(1)
+const dateType = ref(3)
 
 const chartStyle = {
   width: '100%',

--
Gitblit v1.9.3