feat: 🚀 修复lv1-3-sup
This commit is contained in:
@@ -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
|
||||
}
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user