feat: 修改商品列表字段
This commit is contained in:
@@ -67,15 +67,13 @@ const contentConfig: IContentConfig<UserPageQuery> = {
|
|||||||
// { type: "selection", width: 50, align: "center" },
|
// { type: "selection", width: 50, align: "center" },
|
||||||
{ label: "封面图", align: "center", prop: "coverImg", templet: "image" },
|
{ label: "封面图", align: "center", prop: "coverImg", templet: "image" },
|
||||||
{ label: "商品名称", align: "center", prop: "name", },
|
{ label: "商品名称", align: "center", prop: "name", },
|
||||||
{ label: "售价", align: "center", prop: "id" },
|
{ label: "售价", align: "center", prop: "lowPrice" },
|
||||||
{
|
{
|
||||||
label: "商品规格", align: "center", prop: "type", templet: "custom",
|
label: "商品规格", align: "center", prop: "type", templet: "custom",
|
||||||
slotName: "type",
|
slotName: "type",
|
||||||
|
|
||||||
},
|
},
|
||||||
|
|
||||||
{ label: "库存", align: "center", prop: "stockNumber" },
|
{ label: "库存", align: "center", prop: "stockNumber" },
|
||||||
{ label: "耗材信息", align: "center", prop: "id" },
|
{ label: "耗材信息", align: "center", prop: "consList" },
|
||||||
{
|
{
|
||||||
label: "上架",
|
label: "上架",
|
||||||
align: "center",
|
align: "center",
|
||||||
|
|||||||
Reference in New Issue
Block a user