From ee40da346127c475c3e4e7eae61ec21c981ef17f Mon Sep 17 00:00:00 2001 From: caoqianming Date: Tue, 14 Jul 2026 15:44:02 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=E4=BB=93=E5=BA=93=E6=95=B0=E9=87=8F?= =?UTF-8?q?=E6=B1=87=E6=80=BB=E6=8A=A5=E8=A1=A8=E9=A1=B5=E7=A7=BB=E8=87=B3?= =?UTF-8?q?=20statistics=20=E7=9B=AE=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.8 (1M context) --- src/views/{bi => statistics}/material_wh_summary.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename src/views/{bi => statistics}/material_wh_summary.vue (98%) diff --git a/src/views/bi/material_wh_summary.vue b/src/views/statistics/material_wh_summary.vue similarity index 98% rename from src/views/bi/material_wh_summary.vue rename to src/views/statistics/material_wh_summary.vue index 26666d11..1637c82d 100644 --- a/src/views/bi/material_wh_summary.vue +++ b/src/views/statistics/material_wh_summary.vue @@ -2,7 +2,7 @@ 物料保障车间-仓库数量汇总表 数据来源: BI 数据集 code=wh_material_summary (POST api/bi/dataset/{code}/exec) 返回 res.data2.ds0~ds3, 分组维度为 material.model(型号) - 菜单/路由由后端下发, component 填 bi/material_wh_summary + 菜单/路由由后端下发, component 填 statistics/material_wh_summary -->