Browse Source

采购订单维护子表物料ID宽度

002390 1 year ago
parent
commit
ebd1cbb146
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/purchase/purchase-order/column.js

+ 1 - 1
src/views/purchase/purchase-order/column.js

@@ -502,7 +502,7 @@ export const TabColumns = [
         
       },
       { 
-        item:{key: "material", title: "物料ID",width:10, },
+        item:{key: "material", title: "物料ID",width:120, },
         attr:{
           isHidden:true,
         },