|
@@ -1,11 +1,12 @@
|
|
|
+<!-- 改造后评估 -->
|
|
|
<template>
|
|
|
<div class="page-panel">
|
|
|
<div class="left-panel">
|
|
|
- <mini-map ref="minimap" layerControl projectList partsCheck>
|
|
|
- <template slot="topBar">
|
|
|
+ <mini-map ref="minimap">
|
|
|
+ <!-- <template slot="topBar">
|
|
|
<div @click="viewCurve()">监测查看</div>
|
|
|
<thematic-map></thematic-map>
|
|
|
- </template>
|
|
|
+ </template> -->
|
|
|
</mini-map>
|
|
|
<!-- <transition name="el-zoom-in-bottom">
|
|
|
<moniter-see ref="moniterSee" v-show="moniterVisible" @close="moniterClose()"></moniter-see>
|