选煤厂生产管理平台前端代码
dongyukun
2024-12-10 5cc1d92af645c2f8f4f6d1d3777283b70df78ccd
1
2
3
4
5
6
7
<template>
  <prod-plan :type="'monthly'"/>
</template>
<script lang="ts" setup>
  import ProdPlan from './components/prodPlan.vue'
  defineOptions({name: 'planMonth'})
</script>