Files
official_network/src/views/ourPlan/estateManagement.vue
unknown 3089f1c825 init
2020-12-09 19:06:11 +08:00

25 lines
694 B
Vue
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<template>
<div>
<leftMenu> </leftMenu>
<icontent>
<p> 房地产和物业是涵盖多个学科的专业旨在确保建筑环境的功能这是通过将人员地点流程和技术相互整合来实现的</p>
<p> 无论您是购买出售租赁还是翻新您的房产我们的解决方案都可以帮助您根据显示趋势和实时数据的当前图形关键指标做出明智的决策</p>
<p> 在我们的解决方案中所有功能都完全集成在一起但也可以单独使用</p>
</icontent>
</div>
</template>
<script>
export default {
data() {
return {};
},
};
</script>
<style scoped>
</style>