|
@@ -2,7 +2,7 @@
|
|
* @Author: zhangyu
|
|
* @Author: zhangyu
|
|
* @Date: 2019-11-13 17:00:59
|
|
* @Date: 2019-11-13 17:00:59
|
|
* @Info: 系统集成成果辅助屏
|
|
* @Info: 系统集成成果辅助屏
|
|
- * @LastEditTime: 2019-11-14 18:54:18
|
|
|
|
|
|
+ * @LastEditTime: 2019-11-15 11:10:58
|
|
-->
|
|
-->
|
|
<template>
|
|
<template>
|
|
<div>
|
|
<div>
|
|
@@ -17,7 +17,9 @@
|
|
<div class="data-box">
|
|
<div class="data-box">
|
|
<realtime-data :queryParams="queryParams"></realtime-data>
|
|
<realtime-data :queryParams="queryParams"></realtime-data>
|
|
</div>
|
|
</div>
|
|
- <div class="buildFloor-box"></div>
|
|
|
|
|
|
+ <div class="buildFloor-box">
|
|
|
|
+ <buildfloor-list :queryParams="queryParams"></buildfloor-list>
|
|
|
|
+ </div>
|
|
</div>
|
|
</div>
|
|
<div class="content-right"></div>
|
|
<div class="content-right"></div>
|
|
</div>
|
|
</div>
|
|
@@ -27,10 +29,12 @@
|
|
<script>
|
|
<script>
|
|
import { mapGetters } from 'vuex'
|
|
import { mapGetters } from 'vuex'
|
|
import realtimeData from '@/components/screen/integrateresults/realtimeData'
|
|
import realtimeData from '@/components/screen/integrateresults/realtimeData'
|
|
|
|
+import buildfloorList from '@/components/screen/integrateresults/buildfloorList'
|
|
|
|
|
|
export default {
|
|
export default {
|
|
components: {
|
|
components: {
|
|
- realtimeData
|
|
|
|
|
|
+ realtimeData,
|
|
|
|
+ buildfloorList
|
|
},
|
|
},
|
|
computed: {
|
|
computed: {
|
|
...mapGetters('layout', ['userInfo', 'projectId', 'projects', 'userId'])
|
|
...mapGetters('layout', ['userInfo', 'projectId', 'projects', 'userId'])
|