lxf 1 年之前
父节点
当前提交
b6af4fd21c
共有 1 个文件被更改,包括 4 次插入4 次删除
  1. 4 4
      src/views/group/BOM/management/index.vue

+ 4 - 4
src/views/group/BOM/management/index.vue

@@ -200,22 +200,22 @@ const searchConfig = computed(() => {
     {
       type: "input",
       prop: "code",
-      label: "品号",
+      label: "群组品号",
     },
     {
       type: "input",
       prop: "name",
-      label: "品名",
+      label: "群组品名",
     },
     {
       type: "input",
       prop: "bomSpecCode",
-      label: "规格品号",
+      label: "BOM品号",
     },
     {
       type: "input",
       prop: "bomSpecName",
-      label: "规格品名",
+      label: "BOM品名",
     },
     {
       type: "select",