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 ZengZhiJiHuaWanChengQingKuang from "@/modules/zengZhiJiHuaWanChengQingKuang/index.vue"
|
|
|
|
|
import ZengZhiZhanJieShaoMod from "@/modules/zengZhiZhanJieShaoMod/index.vue"
|
|
|
|
|
import ZZZJSYXQKTT from "@/modules/zengzhizhanjiansheyunxing/index.vue"
|
|
|
|
|
import ZZZYXSJTJ from "@/modules/zengzhizhanyunxingsjtj/index.vue"
|
|
|
|
|
import FLZLLB 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>
|
|
|
|
|
<ZZZJSYXQKTT />
|
|
|
|
|
<ZengZhiZhanJieShaoMod />
|
|
|
|
|
<ZengZhiJiHuaWanChengQingKuang />
|
|
|
|
|
<FLZLLB title="放流总量" />
|
|
|
|
|
<ZZZYXSJTJ />
|
|
|
|
|
</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>
|