lxf il y a 1 an
Parent
commit
1ae50286ac
1 fichiers modifiés avec 6 ajouts et 0 suppressions
  1. 6 0
      src/views/group/data-board/turnover-rate/index.vue

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