|
@@ -1,23 +1,66 @@
|
|
|
<template>
|
|
|
- <div class="body">
|
|
|
+ <div class="body shh_body">
|
|
|
<div class="header">
|
|
|
<h1 class="header_title">松花湖景区通</h1>
|
|
|
<span class="time">2024年4月23日 星期二 上午 9:51:54</span>
|
|
|
</div>
|
|
|
- <div class="borp">
|
|
|
- <div style="display: block;">
|
|
|
- 停车场222222222222222
|
|
|
+ <div class="shh_part">
|
|
|
+ <div class="shh_part_div">
|
|
|
+ <img src="@/assets/images/shh_part1.png"/>
|
|
|
+ <div class="shh_txt">
|
|
|
+ <h1>一号松花湖停车场</h1>
|
|
|
+ <p>总车位数:100</p>
|
|
|
+ <p>当日营收:100</p>
|
|
|
+ <p>当月营收:100</p>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="shh_part_div">
|
|
|
+ <img src="@/assets/images/shh_part2.png"/>
|
|
|
+ <div class="shh_txt">
|
|
|
+ <h1>二号松花湖停车场</h1>
|
|
|
+ <p>总车位数:100</p>
|
|
|
+ <p>当日营收:100</p>
|
|
|
+ <p>当月营收:100</p>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="shh_part_div">
|
|
|
+ <img src="@/assets/images/shh_part3.png"/>
|
|
|
+ <div class="shh_txt">
|
|
|
+ <h1>三号松花湖停车场</h1>
|
|
|
+ <p>总车位数:100</p>
|
|
|
+ <p>当日营收:100</p>
|
|
|
+ <p>当月营收:100</p>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="shh_part_div">
|
|
|
+ <img src="@/assets/images/shh_part4.png"/>
|
|
|
+ <div class="shh_txt">
|
|
|
+ <h1>四号松花湖停车场</h1>
|
|
|
+ <p>总车位数:100</p>
|
|
|
+ <p>当日营收:100</p>
|
|
|
+ <p>当月营收:100</p>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="shh_part_div">
|
|
|
+ <img src="@/assets/images/shh_part5.png"/>
|
|
|
+ <div class="shh_txt">
|
|
|
+ <h1>五号松花湖停车场</h1>
|
|
|
+ <p>总车位数:100</p>
|
|
|
+ <p>当日营收:100</p>
|
|
|
+ <p>当月营收:100</p>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
<div class="selectDate">
|
|
|
- <div class="_moreMenu" style="display: block;top: 34px;width: 120px;margin-right: -20px">
|
|
|
+ <div class="_moreMenu" >
|
|
|
<ul id="myList">
|
|
|
</ul>
|
|
|
</div>
|
|
|
</div>
|
|
|
<!--游船视图页面-->
|
|
|
- <div id="map" style="margin-top: 50px; width: 800px; height: 800px"></div>
|
|
|
+ <div id="map"></div>
|
|
|
</div>
|
|
|
- </div>
|
|
|
+
|
|
|
</template>
|
|
|
<script>
|
|
|
|
|
@@ -44,7 +87,7 @@ export default {
|
|
|
if (res.code == 200) {
|
|
|
this.dataSource = res.data
|
|
|
this.map = new BMap.Map('map'); // 创建Map实例
|
|
|
- this.map.centerAndZoom(new BMap.Point(126.607589, 43.802168), 11); // 初始化地图,设置中心点坐标和地图级别
|
|
|
+ this.map.centerAndZoom(new BMap.Point(126.997589, 43.582168), 11); // 初始化地图,设置中心点坐标和地图级别
|
|
|
this.map.enableScrollWheelZoom(true);
|
|
|
let mapStyle = {
|
|
|
style: 'midnight',
|
|
@@ -107,7 +150,7 @@ export default {
|
|
|
)
|
|
|
},
|
|
|
taskJob() {
|
|
|
- this.map.panTo(new BMap.Point(126.607581, 43.802168)); // 初始化地图,设置中心点坐标和地图级别
|
|
|
+ this.map.panTo(new BMap.Point(126.997590, 43.582169)); // 初始化地图,设置中心点坐标和地图级别
|
|
|
}
|
|
|
},
|
|
|
|