This commit is contained in:
lb
2023-04-23 10:32:54 +08:00
parent 5f33d3743f
commit 9a27c7f55e
2 changed files with 2 additions and 1 deletions

View File

@@ -12,6 +12,7 @@ export default function () {
{ prop: "typeDictValue", label: "料仓类型", filter: dictFilter('liaocang') },
// { prop: "enabled", label: "状态", subcomponent: switchBtn }, // subcomponent
{ prop: "material", label: "原料" },
{ prop: "qty", label: "料位" },
{ prop: "unitDictValue", label: "单位", filter: dictFilter('unit') },
{ prop: "materialTypeDictValue", label: "原料类型", filter: dictFilter('material_category') },
{ prop: "density", label: "原料堆积密度" },