WholeProcessPlatform/frontend/src/views/home/shuiDianKaiFaZhuangKuang.vue

24 lines
645 B
Vue
Raw Normal View History

2026-03-27 15:52:43 +08:00
<script setup lang="ts">
import JidiSelectorMod from "@/modules/jidiSelectorMod.vue";
import RightDrawer from "@/components/RightDrawer/index.vue";
</script>
2026-03-27 14:50:35 +08:00
<template>
<div>
2026-03-27 15:52:43 +08:00
<div class="moduleContent">
<div class="leftContent">
<JidiSelectorMod />
</div>
<div class="rightContent">
<RightDrawer>
789231
<!-- <SidePanel title={currentItem ? currentItem.basename : ""}>
<JidiInfoMod />
<ShuidianhuangjingjieruMod />
</SidePanel> -->
</RightDrawer>
</div>
</div>
2026-03-27 14:50:35 +08:00
</div>
2026-03-27 15:52:43 +08:00
</template>