containerHistory.vue 221 B

1234567891011121314
  1. <template>
  2. <ContainerHistory />
  3. </template>
  4. <script>
  5. import ContainerHistory from '../containerHistory'
  6. export default {
  7. name: 'TransferArrivalContainerHistory',
  8. components: {
  9. ContainerHistory
  10. }
  11. }
  12. </script>