From 8e3408e69ee488afb536b02e5122f04882fb2395 Mon Sep 17 00:00:00 2001
From: gongchunyi <deslre0381@gmail.com>
Date: 星期三, 26 八月 2026 14:57:45 +0800
Subject: [PATCH] feat: 生产订单展示销售单号列

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

diff --git a/src/views/reportAnalysis/productionAnalysis/components/left-top.vue b/src/views/reportAnalysis/productionAnalysis/components/left-top.vue
index 8b25973..c4532ad 100644
--- a/src/views/reportAnalysis/productionAnalysis/components/left-top.vue
+++ b/src/views/reportAnalysis/productionAnalysis/components/left-top.vue
@@ -33,7 +33,7 @@
 const pieWrapperRef = ref(null)
 const pieBackgroundRef = ref(null)
 
-const dateType = ref(1) // 1=鍛� 2=鏈� 3=瀛e害
+const dateType = ref(3) // 1=鍛� 2=鏈� 3=瀛e害
 
 function array2obj(array, key) {
   const resObj = {}

--
Gitblit v1.9.3