feat: 商品列表增加库存开关展示

This commit is contained in:
2025-04-22 10:02:47 +08:00
parent 22b98fd697
commit 258704dea2
2 changed files with 136 additions and 72 deletions

View File

@@ -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",