增加菜单-数据填报-过鱼设施数据填报

This commit is contained in:
王兴凯 2026-04-20 09:07:54 +08:00
commit 407c6b29bf

View File

@ -0,0 +1,14 @@
<!-- SidePanelItem.vue -->
<template>
<div>
过鱼设施数据填报
</div>
</template>
<script lang="ts" setup>
import { ref, onMounted } from 'vue';
//
onMounted(() => { });
</script>
<style lang="scss" scoped></style>