From 8aed9a61a04505b552a15c28a01c63548b08071e Mon Sep 17 00:00:00 2001 From: mll Date: Tue, 14 Apr 2026 21:47:05 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BA=93=E5=AD=98=E5=85=A8=E5=93=81=E7=A7=8D?= =?UTF-8?q?=E7=BB=9F=E8=AE=A1=E8=A1=A8=E4=BA=A7=E5=93=81=E5=90=8D=E8=A7=84?= =?UTF-8?q?=E6=A0=BC=E5=8F=AF=E8=87=AA=E5=AE=9A=E4=B9=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/LowDesign/src/LowReport/index.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/components/LowDesign/src/LowReport/index.vue b/src/components/LowDesign/src/LowReport/index.vue index c7e3be6..c42a54a 100644 --- a/src/components/LowDesign/src/LowReport/index.vue +++ b/src/components/LowDesign/src/LowReport/index.vue @@ -812,7 +812,7 @@ const getTableData = async (isLoading = true) => { }) } - tableData.value = processedData + tableData.value = processedData Object.values(tableOption.value.column).forEach( item=>{ let oldHide=hideCols.value.indexOf(item.prop)!==-1 item.hide=tableData.value[0]&&((tableSearch.value['Group by']&&tableData.value[0][item.prop]===undefined&&!item.children)||(item.children?.every(child=>(!['yearplan','yearrate'].includes(child.prop))&&(tableData.value[0][child.prop]===undefined))))||oldHide @@ -862,7 +862,8 @@ const getTableData = async (isLoading = true) => { const liveWidthCol={ 'InventoryRatio':['产品ID','货品ID','产品名称','产品规格',], 'PSI':['产品ID','货品ID','产品名称','产品规格','单位','每件数量'], - 'ZHXSQK':['标准品名','客户名称'] + 'ZHXSQK':['标准品名','客户名称'], + 'kcqmltj':['产品名称','规格','商品名','通用名'] } Object.keys(tableOption.value.column).forEach(key=>{ const showCols=Object.values(tableOption.value.column).filter(item=>!item.hide)