diff --git a/src/components/LowDesign/src/LowReport/index.vue b/src/components/LowDesign/src/LowReport/index.vue index 90273aa..4ea062a 100644 --- a/src/components/LowDesign/src/LowReport/index.vue +++ b/src/components/LowDesign/src/LowReport/index.vue @@ -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':['标准品名','客户名称'] }