From 652657053e5c3c9eb3dcf83ad35bced2187c36c3 Mon Sep 17 00:00:00 2001 From: mll Date: Fri, 15 May 2026 17:54:27 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=A7=E8=83=BD=E5=88=A9=E7=94=A8=E7=8E=87?= =?UTF-8?q?=20=E4=BA=A7=E9=94=80=E5=8D=8F=E5=90=8C=E5=88=86=E6=9E=90?= =?UTF-8?q?=E8=A1=A8=E7=9A=84=E5=88=97=E5=AE=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/LowDesign/src/LowReport/index.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/components/LowDesign/src/LowReport/index.vue b/src/components/LowDesign/src/LowReport/index.vue index 5ad23e6..4c16134 100644 --- a/src/components/LowDesign/src/LowReport/index.vue +++ b/src/components/LowDesign/src/LowReport/index.vue @@ -1145,7 +1145,9 @@ const getTableData = async (isLoading = true) => { 'kcqmltj':['产品名称','规格','商品名','通用名'], 'zd_customer':['客户名称','年月'], 'zhxs-hz':['板块'], - 'stgoodTop10':['产品名称'] + 'stgoodTop10':['产品名称'], + 'capacity_utilization':['车间名称'], + 'product_sales_inventory':['类别/品种'] } Object.keys(tableOption.value.column).forEach(key=>{ const showCols=Object.values(tableOption.value.column).filter(item=>!item.hide)