|
@@ -9,7 +9,7 @@ export const tableConfig = {
|
|
|
{ label: "物料名称", prop: "materialName", search: true },
|
|
|
{ label: "保质期", prop: "qualityGuaranteePeriod" },
|
|
|
|
|
|
- { label: "物料规格", prop: "spec" },
|
|
|
+ { label: "物料规格", prop: "spec", search: true },
|
|
|
|
|
|
{
|
|
|
label: "物料属性",
|
|
@@ -491,7 +491,7 @@ export const tableConfig = {
|
|
|
type: "number",
|
|
|
precision: 2,
|
|
|
},
|
|
|
- { label: "物料规格", prop: "spec" },
|
|
|
+ { label: "物料规格", prop: "spec",search: true },
|
|
|
],
|
|
|
},
|
|
|
|