@@ -0,0 +1,5 @@
+import BuildInfo from './index.vue'
+
+export {
+ BuildInfo
+}
@@ -0,0 +1,18 @@
+<template>
+ <ContainerBorder title="建筑信息">
+ <div>111</div>
+ </ContainerBorder>
+</template>
+<script>
+import { ContainerBorder } from '@/components'
+export default {
+ components: {
+ ContainerBorder
+ }
+</script>
+<style lang="less" scoped>
+</style>
+import CatchInfo from './index.vue'
+ CatchInfo
+ <ContainerBorder title="消防占道抓拍设备" pos="center">
+ <div>222</div>
+import {ContainerBorder} from '@/components'
@@ -1,16 +1,29 @@
<template>
<FloatPanel pos="left">
- 左面板
-
+ <BuildInfo />
+ <CatchInfo class="margin-top" />
</FloatPanel>
</template>
<script>
import { FloatPanel } from '@/components'
+import { BuildInfo } from './BuildInfo'
+import { CatchInfo } from './CatchInfo'
export default {
name: 'DetailLeftView',
components: {
- FloatPanel
+ FloatPanel,
+ CatchInfo,
}
</script>
+<style>
+.margin-top {
+ margin-top: 30px;
+import DispatchPower from './index.vue'
+ DispatchPower
+ <ContainerBorder title="出动力量">
+import FireLog from './index.vue'
+ FireLog
@@ -0,0 +1,21 @@
+ <ContainerBorder title="火场文书" pos="center">
@@ -1,16 +1,28 @@
<FloatPanel pos="right">
- 右面板
+ <DispatchPower />
+ <FireLog class="margin-top"/>
+import {DispatchPower} from './DispatchPower'
+import {FireLog} from './FireLog'
name: 'DetailRightView',
+ DispatchPower,
@@ -53,7 +53,7 @@ export default {
props: {
id: {
type: String,
- default: ''
+ default: '1'
},
type: {