WholeProcessPlatform/frontend/src/views/home/huanBaoZhiLiangZhuangKuang.vue
2026-04-02 10:54:14 +08:00

20 lines
526 B
Vue

<script setup lang="ts">
import JidiSelectorMod from "@/modules/jidiSelectorMod.vue";
import RightDrawer from "@/components/RightDrawer/index.vue";
import HuanbaozdjcgzkzQK from "@/modules/huanbaozdjcgzkzQK/index.vue"
</script>
<template>
<div class="moduleContent">
<div class="leftContent">
<JidiSelectorMod />
</div>
<div class="rightContent">
<RightDrawer>
<HuanbaozdjcgzkzQK />
</RightDrawer>
</div>
</div>
</template>
<style scoped lang="scss"></style>