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