this.editShipOrderform.items = orderInfo.map(item => { item.quantity = '' //新字段 item.deliveryWarehouse = '' //新字段 return item })
直接通过item.字段名进行添加