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