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)