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