lxf 1 năm trước cách đây
mục cha
commit
b6af4fd21c
1 tập tin đã thay đổi với 4 bổ sung4 xóa
  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",