1 년 전
부모
커밋
14f6732fa8
1개의 변경된 파일7개의 추가작업 그리고 7개의 파일을 삭제
  1. 7 7
      src/views/purchase/purchase-order-report/modules/Detail.vue

+ 7 - 7
src/views/purchase/purchase-order-report/modules/Detail.vue

@@ -29,12 +29,12 @@ export default {
       statusMap: {},
       preparationMap: {},
       columns: [
-        {
-          title: '采购计划名称',
-          checked: true,
-          width: '150',
-          dataIndex: 'orderName'
-        },
+        // {
+        //   title: '采购计划名称',
+        //   checked: true,
+        //   width: '150',
+        //   dataIndex: 'orderName'
+        // },
         {
           title: '采购单号',
           checked: true,
@@ -42,7 +42,7 @@ export default {
           dataIndex: 'purchaseNo'
         },
         {
-          title: '采购物料总数',
+          title: '采购物料总数',
           checked: true,
           width: '200',
           dataIndex: 'totalNum'