8 lines
197 B
Vue
8 lines
197 B
Vue
<template>
|
|
<MesXslProductionOrderList />
|
|
</template>
|
|
|
|
<script lang="ts" setup>
|
|
import MesXslProductionOrderList from '../../xslmes/mesXslProductionOrder/MesXslProductionOrderList.vue';
|
|
</script>
|