huangbin 4 년 전
부모
커밋
01f0d9d087
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/views/market/spot_trade/warehouse_pre_sale/warehouse_pre_sale_blocs/setup.ts

+ 1 - 0
src/views/market/spot_trade/warehouse_pre_sale/warehouse_pre_sale_blocs/setup.ts

@@ -8,6 +8,7 @@ export function handleColumns() {
         { title: '品种', key: 'deliverygoodsname', align: 'center', width: 140 },
         { title: '商品', key: 'wrtypename', align: 'center', width: 400 },
         { title: '仓库', key: 'warehousename', align: 'center', width: 200 },
+        { title: '交收月', key: 'deliverymonth', align: 'center', width: 120 },
         { title: '价格', key: 'fixedprice', align: 'center', width: 120 },
         { title: '议价', key: 'canbargain', align: 'center', width: 80 },
         { title: '数量', key: 'orderqty', align: 'center', width: 120 },