lxf 1 年之前
父節點
當前提交
1ae50286ac
共有 1 個文件被更改,包括 6 次插入0 次删除
  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",