diff --git a/src/views/reportForm/finishedProduct/constant/list/table.ts b/src/views/reportForm/finishedProduct/constant/list/table.ts index ac36751..8ed436a 100644 --- a/src/views/reportForm/finishedProduct/constant/list/table.ts +++ b/src/views/reportForm/finishedProduct/constant/list/table.ts @@ -62,29 +62,29 @@ export const COLUMNS = [ { align: "left", label: "1级分类", - prop: "beforeQty", - width: "120" + prop: "fProductLines1FName", + width: "160" // fixed: true }, { align: "left", label: "2级分类", - prop: "beforeQty", - width: "120" + prop: "fProductCATs1FName", + width: "160" // fixed: true }, { align: "left", label: "3级分类", - prop: "beforeQty", - width: "120" + prop: "fMaterialGroupFName", + width: "160" // fixed: true }, { align: "left", label: "SPU", - prop: "beforeQty", - width: "160" + prop: "f_Product", + width: "240" // fixed: true } ];