From 4c99ab95e0449348d938ec0ceb949bceafb0cfda Mon Sep 17 00:00:00 2001
From: fengxiang <110431245@qq.com>
Date: Fri, 03 Aug 2018 16:56:33 +0800
Subject: [PATCH] 设备数据和 地图相关

---
 src/app/routes/sand-table/sand-table.component.html |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/src/app/routes/sand-table/sand-table.component.html b/src/app/routes/sand-table/sand-table.component.html
index d775f47..269beb9 100644
--- a/src/app/routes/sand-table/sand-table.component.html
+++ b/src/app/routes/sand-table/sand-table.component.html
@@ -1,4 +1,7 @@
 <div class="content__title">
-    <h1>Page Name</h1>
+    <h1>������������</h1>
 </div>
-<pro-header [title]="'Page Name'"></pro-header>
+<baidu-map #map [options]="options"  (loaded)="loadMap($event)"   style="display: block;height:400px;">
+        <heatmap [dataset]="heatData" [options]="heatOption" (loaded)="loadHeatmap($event)"></heatmap>
+        <control type="navigation" [options]="navigationOpts"></control>
+</baidu-map>

--
Gitblit v1.8.0