feat: 添加修改库存功能

This commit is contained in:
duan
2025-03-21 10:17:25 +08:00
parent c40281902a
commit 84cea59064
4 changed files with 34 additions and 2 deletions

View File

@@ -76,7 +76,8 @@ const contentConfig: IContentConfig<UserPageQuery> = {
label: "商品规格", align: "center", prop: "type", templet: "custom",
slotName: "type",
},
{ label: "库存", align: "center", prop: "stockNumber" },
// { label: "库存", align: "center", prop: "stockNumber" },
{ label: "库存", align: "center", slotName: "kucunedit", templet: "custom", prop: "stockNumber" },
{ label: "耗材信息", align: "center", prop: "consName", slotName: "consumables", templet: "custom", },
{
label: "上架",