123456789101112 |
- <template>
- <WaybillView name="InternationalDepartureWaybill" />
- </template>
- <script lang="ts">
- import WaybillView from '../../components/WaybillView/index.vue'
- export default defineComponent({
- name: 'InternationalDepartureWaybillView',
- components: { WaybillView },
- })
- </script>
|