parent
41e7da9efc
commit
b53a08976d
@ -1,9 +1,15 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="info-container">楼栋统计</div>
|
<rightData />
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
export default {};
|
import rightData from "../rightData/index.vue";
|
||||||
|
export default {
|
||||||
|
data() {
|
||||||
|
return {};
|
||||||
|
},
|
||||||
|
components: { rightData },
|
||||||
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style></style>
|
<style></style>
|
||||||
|
Loading…
Reference in new issue