Files
emsfront/src/views/ems/dzjk/tjbb/gltj/index.vue

19 lines
268 B
Vue
Raw Normal View History

2025-06-18 01:01:17 +08:00
<template>
2025-06-23 19:51:17 +08:00
<div class="ems-dashboard-editor-container">
<syzb/>
<dlzb/>
</div>
2025-06-18 01:01:17 +08:00
</template>
2025-06-23 19:51:17 +08:00
<script>
import Syzb from "./Syzb.vue";
import Dlzb from "./Dlzb.vue";
export default {
components: {Syzb,Dlzb}
}
</script>
2025-06-18 01:01:17 +08:00
<style scoped lang="scss">
</style>