产能利用率 产销协同分析表的列宽

This commit is contained in:
mll
2026-05-15 17:54:27 +08:00
parent 35018f90b6
commit 652657053e

View File

@@ -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)