From 7b162944e4766633a6b48fba3f071c3b0d24c60f Mon Sep 17 00:00:00 2001 From: mll Date: Fri, 24 Apr 2026 14:56:51 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B9=B4=E6=9C=88=E5=8F=AF=E4=BB=A5=E8=87=AA?= =?UTF-8?q?=E5=AE=9A=E4=B9=89=E5=AE=BD=E5=BA=A6?= 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 5c189d8..62c3f47 100644 --- a/src/components/LowDesign/src/LowReport/index.vue +++ b/src/components/LowDesign/src/LowReport/index.vue @@ -1002,7 +1002,7 @@ const getTableData = async (isLoading = true) => { 'PSI':['产品ID','货品ID','产品名称','产品规格','单位','每件数量'], 'ZHXSQK':['标准品名','客户名称'], 'kcqmltj':['产品名称','规格','商品名','通用名'], - 'zd_customer':['客户名称'] + 'zd_customer':['客户名称','年月'] } Object.keys(tableOption.value.column).forEach(key=>{ const showCols=Object.values(tableOption.value.column).filter(item=>!item.hide)