Browse Source

fix:bom详情列宽设置

liujt 1 week ago
parent
commit
ebae6e080e
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/views/material/BOMmanage/components/detailedList.vue

+ 2 - 0
src/views/material/BOMmanage/components/detailedList.vue

@@ -336,12 +336,14 @@
             prop: 'modelType',
             label: '型号',
             align: 'center',
+            width: 260,
             showOverflowTooltip: true
           },
           {
             prop: 'specification',
             label: '规格',
             align: 'center',
+            width: 260,
             showOverflowTooltip: true
           },
           {