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

This commit is contained in:
王兴凯 2026-04-20 09:07:03 +08:00
parent 2345812137
commit 5d55007397

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>