lxf 1 year ago
parent
commit
81ff6f1cd1
2 changed files with 3 additions and 2 deletions
  1. 1 0
      src/components/makeBOM/index.vue
  2. 2 2
      src/views/group/BOM/management/index.vue

+ 1 - 0
src/components/makeBOM/index.vue

@@ -391,6 +391,7 @@ const formConfig = computed(() => {
       slotName: "detailText",
       label: "详情描述",
     },
+    // bom_colour
   ];
 });
 const rules = ref({

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

@@ -335,7 +335,7 @@ const config = computed(() => {
           attrs: {
             label: "正面纹路",
             prop: "frontGrain",
-            width: 120,
+            width: 130,
           },
           render(val) {
             return proxy.dictKeyValue(val, proxy.useUserStore().allDict["bom_frontGrain"]);
@@ -353,7 +353,7 @@ const config = computed(() => {
           attrs: {
             label: "背面纹路",
             prop: "reverseGrain",
-            width: 120,
+            width: 130,
           },
           render(val) {
             return proxy.dictKeyValue(val, proxy.useUserStore().allDict["bom_reverseGrain"]);