Quellcode durchsuchen

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

liujt vor 8 Monaten
Ursprung
Commit
acb9e18e43

+ 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: '出入库类型',