fix: 代码合并
This commit is contained in:
@@ -93,6 +93,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",
|
||||
|
||||
Reference in New Issue
Block a user