Files
qhmes/jeecgboot-vue3/src/views/mes/productionorderinfo/index.vue

8 lines
197 B
Vue

<template>
<MesXslProductionOrderList />
</template>
<script lang="ts" setup>
import MesXslProductionOrderList from '../../xslmes/mesXslProductionOrder/MesXslProductionOrderList.vue';
</script>