feat: 修改商品列表字段
This commit is contained in:
parent
41cecad886
commit
0eb09b0aab
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in New Issue