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

8 lines
245 B
Vue
Raw Normal View History

2026-06-17 15:47:53 +08:00
<template>
<MesXslAutoSmallMaterialDemandPlanList />
</template>
<script lang="ts" setup>
import MesXslAutoSmallMaterialDemandPlanList from '../../xslmes/mesXslAutoSmallMaterialDemandPlan/MesXslAutoSmallMaterialDemandPlanList.vue';
</script>