From cd2b745336fc4dffa8f189d9975559fc47856d6a Mon Sep 17 00:00:00 2001 From: mll <1874467086> Date: Sat, 7 Feb 2026 18:57:02 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=B4=E5=BA=A6=E5=8D=95=E9=80=89=EF=BC=8C?= =?UTF-8?q?=E5=85=B6=E4=BB=96=E9=A1=B9=E9=9A=90=E8=97=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../LowDesign/src/LowReport/index.vue | 39 ++++++------------- 1 file changed, 12 insertions(+), 27 deletions(-) diff --git a/src/components/LowDesign/src/LowReport/index.vue b/src/components/LowDesign/src/LowReport/index.vue index 5ce6d2f..25d7cca 100644 --- a/src/components/LowDesign/src/LowReport/index.vue +++ b/src/components/LowDesign/src/LowReport/index.vue @@ -67,34 +67,18 @@ :column="scope.column" > - groupbylisy - @@ -199,7 +183,7 @@ const initTable = async () => { index: reportVo.tableConfig.includes('index'), border: reportVo.tableConfig.includes('border'), stripe: reportVo.tableConfig.includes('stripe'), - showSummary:true, + showSummary:false, column: {} } @@ -222,6 +206,7 @@ const initTable = async () => { if(!!item.isAmount){ index==0?amountFieds.value.fistField=config.prop:'' amountFieds.value[item.isAmount]=config + tableOption.value.showSummary=true } if(item.isDimension=='Y'){ dimensionFields.value[config.prop]=config