@@ -87,11 +87,17 @@ const sourceList = ref({
width: "",
height: "",
chromatophore: "",
+ bomSpecName: "",
},
});
const searchConfig = computed(() => {
return [
{
+ type: "input",
+ prop: "bomSpecName",
+ label: "BOM品名",
+ },
+ {
type: "select",
prop: "width",
dictKey: "width_size",