WholeProcessPlatform/frontend/src/views/shuJuTianBao/guoYuSheShiShuJuTianBao.vue

14 lines
269 B
Vue
Raw Normal View History

<!-- SidePanelItem.vue -->
<template>
<div>
过鱼设施数据填报
</div>
</template>
<script lang="ts" setup>
import { ref, onMounted } from 'vue';
// 页面加载时执行的逻辑
onMounted(() => { });
</script>
<style lang="scss" scoped></style>