|
@ -95,6 +95,7 @@ |
|
|
:areaScale="0.1" |
|
|
:areaScale="0.1" |
|
|
@clickFeature="clickProject" |
|
|
@clickFeature="clickProject" |
|
|
></screen-map> |
|
|
></screen-map> |
|
|
|
|
|
<!-- <new-map /> --> |
|
|
</div> |
|
|
</div> |
|
|
<!-- <div class="map-tips"> |
|
|
<!-- <div class="map-tips"> |
|
|
<div v-for="(item, index) in partyItem" |
|
|
<div v-for="(item, index) in partyItem" |
|
@ -196,6 +197,7 @@ import dialogInfo from './dialogInfo.vue' |
|
|
import unitInfo from './unitInfo.vue' |
|
|
import unitInfo from './unitInfo.vue' |
|
|
import screenMap from "@/views/modules/visual/components/screen-map"; |
|
|
import screenMap from "@/views/modules/visual/components/screen-map"; |
|
|
import screenEchartsFrame from "../components/screen-echarts-frame"; |
|
|
import screenEchartsFrame from "../components/screen-echarts-frame"; |
|
|
|
|
|
import newMap from '../cpts/map/index.vue' |
|
|
import { pieOption } from './options' |
|
|
import { pieOption } from './options' |
|
|
|
|
|
|
|
|
export default { |
|
|
export default { |
|
@ -206,6 +208,7 @@ export default { |
|
|
dialogInfo, |
|
|
dialogInfo, |
|
|
unitInfo, |
|
|
unitInfo, |
|
|
screenMap, |
|
|
screenMap, |
|
|
|
|
|
newMap, |
|
|
screenEchartsFrame |
|
|
screenEchartsFrame |
|
|
}, |
|
|
}, |
|
|
data () { |
|
|
data () { |
|
|