소스 검색

refactor(warehouseManagement): 注释掉表格中未使用的列配置

liujt 8 달 전
부모
커밋
acb9e18e43
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      src/views/warehouseManagement/inboundRequests/components/tgTable.vue

+ 3 - 3
src/views/warehouseManagement/inboundRequests/components/tgTable.vue

@@ -102,9 +102,9 @@
             showOverflowTooltip: true,
             align: 'center'
           },
-          { label: '型号', prop: 'modelType', width: '150' },
-          { label: '规格', prop: 'specification', width: '150' },
-          { label: '牌号', prop: 'brandNum', width: '100' },
+          // { label: '型号', prop: 'modelType', width: '150' },
+          // { label: '规格', prop: 'specification', width: '150' },
+          // { label: '牌号', prop: 'brandNum', width: '100' },
           {
             prop: 'sourceType',
             label: '出入库类型',