8 lines
245 B
Vue
8 lines
245 B
Vue
|
|
<template>
|
||
|
|
<MesXslAutoSmallMaterialDemandPlanList />
|
||
|
|
</template>
|
||
|
|
|
||
|
|
<script lang="ts" setup>
|
||
|
|
import MesXslAutoSmallMaterialDemandPlanList from '../../xslmes/mesXslAutoSmallMaterialDemandPlan/MesXslAutoSmallMaterialDemandPlanList.vue';
|
||
|
|
</script>
|