소스 검색

修改bug

695593266@qq.com 6 달 전
부모
커밋
2184b40e29
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      src/views/material/BOMmanage/index.vue

+ 2 - 0
src/views/material/BOMmanage/index.vue

@@ -208,6 +208,7 @@
             label: 'BOM编码',
             label: 'BOM编码',
             showOverflowTooltip: true,
             showOverflowTooltip: true,
             slot: 'code',
             slot: 'code',
+            width: 120,
             sortable: true
             sortable: true
           },
           },
           {
           {
@@ -215,6 +216,7 @@
             label: 'BOM名称',
             label: 'BOM名称',
             showOverflowTooltip: true,
             showOverflowTooltip: true,
             slot: 'name',
             slot: 'name',
+            width: 120,
             sortable: true
             sortable: true
           },
           },
           {
           {