新增概率统计报表=>统计页面
This commit is contained in:
@ -1,11 +1,18 @@
|
||||
<script setup lang="ts">
|
||||
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div>第三层路由 单站监控=>统计报表=>概览统计</div>
|
||||
<div class="ems-dashboard-editor-container">
|
||||
<syzb/>
|
||||
<dlzb/>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import Syzb from "./Syzb.vue";
|
||||
import Dlzb from "./Dlzb.vue";
|
||||
export default {
|
||||
components: {Syzb,Dlzb}
|
||||
}
|
||||
</script>
|
||||
<style scoped lang="scss">
|
||||
|
||||
</style>
|
||||
|
Reference in New Issue
Block a user