增加菜单-数据填报-过鱼设施数据填报
This commit is contained in:
parent
2345812137
commit
5d55007397
14
frontend/src/views/shuJuTianBao/guoYuSheShiShuJuTianBao.vue
Normal file
14
frontend/src/views/shuJuTianBao/guoYuSheShiShuJuTianBao.vue
Normal 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>
|
||||||
Loading…
Reference in New Issue
Block a user