修复总结后的问题,详见企业微信文档

This commit is contained in:
gyq
2026-05-07 14:34:03 +08:00
parent ffad9432c5
commit ea5a4c14e9
41 changed files with 2678 additions and 1120 deletions

View File

@@ -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",