lxf před 1 rokem
rodič
revize
1ae50286ac

+ 6 - 0
src/views/group/data-board/turnover-rate/index.vue

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