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 },