diff --git a/src/components/LowDesign/src/LowReport/index.vue b/src/components/LowDesign/src/LowReport/index.vue index 5c189d8..62c3f47 100644 --- a/src/components/LowDesign/src/LowReport/index.vue +++ b/src/components/LowDesign/src/LowReport/index.vue @@ -1002,7 +1002,7 @@ const getTableData = async (isLoading = true) => { 'PSI':['产品ID','货品ID','产品名称','产品规格','单位','每件数量'], 'ZHXSQK':['标准品名','客户名称'], 'kcqmltj':['产品名称','规格','商品名','通用名'], - 'zd_customer':['客户名称'] + 'zd_customer':['客户名称','年月'] } Object.keys(tableOption.value.column).forEach(key=>{ const showCols=Object.values(tableOption.value.column).filter(item=>!item.hide)