From b0ea4a14810dd14032dc78efb9f7d2128aa36a0d Mon Sep 17 00:00:00 2001 From: mll Date: Fri, 10 Apr 2026 11:16:53 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BA=93=E5=AD=98=E4=BA=A7=E5=93=81=E5=8D=A0?= =?UTF-8?q?=E6=AF=94=E8=A1=A8=20=20=20=E7=9A=84=20=E4=BA=A7=E5=93=81?= =?UTF-8?q?=E5=90=8D=E7=A7=B0,=20=E4=BA=A7=E5=93=81=E8=A7=84=E6=A0=BC?= =?UTF-8?q?=E5=AD=97=E6=AE=B5=E5=88=97=E5=AE=BD=E5=8F=AF=E8=87=AA=E5=AE=9A?= =?UTF-8?q?=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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/LowDesign/src/LowReport/index.vue b/src/components/LowDesign/src/LowReport/index.vue index 90273aa..4ea062a 100644 --- a/src/components/LowDesign/src/LowReport/index.vue +++ b/src/components/LowDesign/src/LowReport/index.vue @@ -848,7 +848,7 @@ const getTableData = async (isLoading = true) => { item.hide=hides.includes(item.prop)||hideColumns.value.includes(item.prop) }) const liveWidthCol={ - 'InventoryRatio':['产品ID','货品ID'], + 'InventoryRatio':['产品ID','货品ID','产品名称','产品规格',], 'PSI':['产品ID','货品ID','产品名称','产品规格','单位','每件数量'], 'ZHXSQK':['标准品名','客户名称'] }