From 3509a03222c4f6913a2fcdb4d5fa441ac7b04ce7 Mon Sep 17 00:00:00 2001 From: zhangdi <15053473693@163.com> Date: Mon, 15 Dec 2025 09:52:52 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=92=E4=BA=A7=E7=9C=8B=E6=9D=BF=E4=BB=A3?= =?UTF-8?q?=E7=A0=81=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../statisticalAnalysis/index.vue | 86 +++++++++++++------ 1 file changed, 61 insertions(+), 25 deletions(-) diff --git a/src/views/productionSchedulingPlan/statisticalAnalysis/index.vue b/src/views/productionSchedulingPlan/statisticalAnalysis/index.vue index 168cfa8..5120993 100644 --- a/src/views/productionSchedulingPlan/statisticalAnalysis/index.vue +++ b/src/views/productionSchedulingPlan/statisticalAnalysis/index.vue @@ -15,6 +15,7 @@ @size-change="sizeChange" @refresh-change="refreshChange" @on-load="onLoad" + :summary-method="summaryMethod" > @@ -24,8 +25,6 @@