feat: 🚀 修复lv1-3-sup

This commit is contained in:
2025-07-15 15:58:51 +08:00
parent de7f71339b
commit 7f660e72f7

View File

@@ -62,29 +62,29 @@ export const COLUMNS = [
{ {
align: "left", align: "left",
label: "1级分类", label: "1级分类",
prop: "beforeQty", prop: "fProductLines1FName",
width: "120" width: "160"
// fixed: true // fixed: true
}, },
{ {
align: "left", align: "left",
label: "2级分类", label: "2级分类",
prop: "beforeQty", prop: "fProductCATs1FName",
width: "120" width: "160"
// fixed: true // fixed: true
}, },
{ {
align: "left", align: "left",
label: "3级分类", label: "3级分类",
prop: "beforeQty", prop: "fMaterialGroupFName",
width: "120" width: "160"
// fixed: true // fixed: true
}, },
{ {
align: "left", align: "left",
label: "SPU", label: "SPU",
prop: "beforeQty", prop: "f_Product",
width: "160" width: "240"
// fixed: true // fixed: true
} }
]; ];