2026-05-09 17:04:48 +08:00
|
|
|
<script setup lang="ts">
|
|
|
|
|
import JidiSelectorMod from "@/modules/jidiSelectorMod.vue";
|
|
|
|
|
import RightDrawer from "@/components/RightDrawer/index.vue";
|
|
|
|
|
import GuoYuSheShiJieShao from "@/modules/guoyusheshijieshao/index.vue"
|
|
|
|
|
import GuoYuSheShiJianSheQingKuang from "@/modules/guoyusheshijiansheqingkuang/index.vue"
|
|
|
|
|
import GuoYuJianCeTJ from "@/modules/guoyujiance/index.vue"
|
|
|
|
|
import GYZLLB from "@/modules/GYZLLB/index.vue"
|
|
|
|
|
</script>
|
|
|
|
|
|
2026-03-27 15:52:43 +08:00
|
|
|
<template>
|
2026-05-09 17:04:48 +08:00
|
|
|
<div class="moduleContent">
|
|
|
|
|
<div class="leftContent">
|
|
|
|
|
<JidiSelectorMod />
|
|
|
|
|
</div>
|
|
|
|
|
<div class="rightContent">
|
|
|
|
|
<RightDrawer>
|
|
|
|
|
<!-- <GuoYuSheShiJieShao /> -->
|
|
|
|
|
<GuoYuSheShiJianSheQingKuang />
|
|
|
|
|
<GuoYuJianCeTJ />
|
|
|
|
|
<GYZLLB title="过鱼总量" />
|
|
|
|
|
</RightDrawer>
|
|
|
|
|
</div>
|
2026-03-27 15:52:43 +08:00
|
|
|
</div>
|
2026-05-09 17:04:48 +08:00
|
|
|
</template>
|
|
|
|
|
<style scoped lang="scss"></style>
|