修复总结后的问题,详见企业微信文档
This commit is contained in:
@@ -97,13 +97,13 @@ const contentConfig: IContentConfig = {
|
||||
align: "center",
|
||||
prop: "conName",
|
||||
},
|
||||
{
|
||||
label: "单位",
|
||||
align: "center",
|
||||
prop: "conUnit",
|
||||
templet: "custom",
|
||||
slotName: "conUnit",
|
||||
},
|
||||
// {
|
||||
// label: "单位",
|
||||
// align: "center",
|
||||
// prop: "conUnit",
|
||||
// templet: "custom",
|
||||
// slotName: "conUnit",
|
||||
// },
|
||||
{
|
||||
label: "所属商品",
|
||||
align: "center",
|
||||
@@ -112,14 +112,24 @@ const contentConfig: IContentConfig = {
|
||||
},
|
||||
{
|
||||
label: "库存数量",
|
||||
align: "center",
|
||||
align: "left",
|
||||
prop: "stockNumber",
|
||||
templet: "custom",
|
||||
slotName: "stockNumber",
|
||||
},
|
||||
{
|
||||
label: "预警值",
|
||||
align: "center",
|
||||
prop: "conWarning",
|
||||
},
|
||||
{
|
||||
width: '120',
|
||||
label: "是否检测耗材",
|
||||
align: "center",
|
||||
prop: "isStock",
|
||||
templet: "custom",
|
||||
slotName: "isStock",
|
||||
},
|
||||
{
|
||||
label: "是否启用",
|
||||
align: "center",
|
||||
|
||||
Reference in New Issue
Block a user