From 4a10d94aafc8821b31a5b1f7ef5fa11f2d4536fc Mon Sep 17 00:00:00 2001
From: yyb <995253665@qq.com>
Date: 星期四, 16 四月 2026 10:08:51 +0800
Subject: [PATCH] 工序名称改为部件,工序类型下拉框机加工,刮板冷芯制作、管路组对、罐体连接及调试,测试打压,其他

---
 src/views/salesManagement/indicatorStats/index.vue |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/src/views/salesManagement/indicatorStats/index.vue b/src/views/salesManagement/indicatorStats/index.vue
index 0d2017d..8ae15ed 100644
--- a/src/views/salesManagement/indicatorStats/index.vue
+++ b/src/views/salesManagement/indicatorStats/index.vue
@@ -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>
@@ -406,7 +406,6 @@
 <style scoped lang="scss">
 .indicator-stats {
   padding: 20px;
-  background: #f5f7fa;
   min-height: calc(100vh - 84px);
 }
 

--
Gitblit v1.9.3