feat: 修改商品列表字段

This commit is contained in:
duan 2025-02-27 10:36:25 +08:00
parent 41cecad886
commit 0eb09b0aab
1 changed files with 2 additions and 4 deletions

View File

@ -67,15 +67,13 @@ const contentConfig: IContentConfig<UserPageQuery> = {
// { type: "selection", width: 50, align: "center" },
{ label: "封面图", align: "center", prop: "coverImg", templet: "image" },
{ label: "商品名称", align: "center", prop: "name", },
{ label: "售价", align: "center", prop: "id" },
{ label: "售价", align: "center", prop: "lowPrice" },
{
label: "商品规格", align: "center", prop: "type", templet: "custom",
slotName: "type",
},
{ label: "库存", align: "center", prop: "stockNumber" },
{ label: "耗材信息", align: "center", prop: "id" },
{ label: "耗材信息", align: "center", prop: "consList" },
{
label: "上架",
align: "center",