库存产品占比表 的 产品名称, 产品规格字段列宽可自定义

This commit is contained in:
mll
2026-04-10 11:16:53 +08:00
parent a2bfb60d33
commit b0ea4a1481

View File

@@ -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':['标准品名','客户名称']
}