From fe6ba6220f32276f147a16c41e7a69c2a18e5012 Mon Sep 17 00:00:00 2001
From: 云 <2163098428@qq.com>
Date: 星期二, 22 九月 2026 11:21:58 +0800
Subject: [PATCH] feat(inventory): 优化库存管理批量详情页面功能
---
src/views/reportAnalysis/dataDashboard/index.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/views/reportAnalysis/dataDashboard/index.vue b/src/views/reportAnalysis/dataDashboard/index.vue
index ff53a7b..a6a5f66 100644
--- a/src/views/reportAnalysis/dataDashboard/index.vue
+++ b/src/views/reportAnalysis/dataDashboard/index.vue
@@ -34,9 +34,9 @@
<!-- 鍙充晶鍖哄煙 -->
<div class="right-panel">
- <RightTop />
+ <RightTop :default-date-type="3" />
- <RightBottom />
+ <RightBottom :default-date-type="3" />
</div>
</div>
</div>
--
Gitblit v1.9.3