feat: 商品列表增加库存开关展示
This commit is contained in:
@@ -79,6 +79,13 @@ const contentConfig: IContentConfig<UserPageQuery> = {
|
||||
// { label: "库存", align: "center", prop: "stockNumber" },
|
||||
{ label: "库存", align: "center", slotName: "kucunedit", templet: "custom", prop: "stockNumber" },
|
||||
{ label: "耗材信息", align: "center", prop: "consName", slotName: "consumables", templet: "custom", },
|
||||
{
|
||||
label: "库存开关",
|
||||
align: "center",
|
||||
prop: "isStock",
|
||||
templet: "custom",
|
||||
slotName: "isStock",
|
||||
},
|
||||
{
|
||||
label: "上架",
|
||||
align: "center",
|
||||
|
||||
Reference in New Issue
Block a user