2025-03-27 15:56:05 +08:00

20 lines
323 B
Vue

<template>
<section class="custom-page"> 投入品资源一张图 </section>
</template>
<script setup>
import { ref } from 'vue';
/* --------------- data --------------- */
// #region
// #endregion
/* --------------- methods --------------- */
// #region
// #endregion
</script>
<style lang="scss" scoped></style>