年月可以自定义宽度

This commit is contained in:
mll
2026-04-24 14:56:51 +08:00
parent 31febf6659
commit 7b162944e4

View File

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