|
|
@@ -17,10 +17,6 @@
|
|
|
router
|
|
|
mode="horizontal"
|
|
|
>
|
|
|
- <el-menu-item index="/chart/heatmap">
|
|
|
- <i class="el-icon-map-location" />
|
|
|
- <span slot="title">热力图</span>
|
|
|
- </el-menu-item>
|
|
|
<el-menu-item index="/chart/line">
|
|
|
<i class="el-icon-map-location" />
|
|
|
<span slot="title">折线图</span>
|
|
|
@@ -29,9 +25,13 @@
|
|
|
<i class="el-icon-map-location" />
|
|
|
<span slot="title">饼图</span>
|
|
|
</el-menu-item>
|
|
|
+ <el-menu-item index="/chart/heatmap">
|
|
|
+ <i class="el-icon-map-location" />
|
|
|
+ <span slot="title">热力图</span>
|
|
|
+ </el-menu-item>
|
|
|
<el-menu-item index="/chart/timeline">
|
|
|
<i class="el-icon-map-location" />
|
|
|
- <span slot="title">Timeline</span>
|
|
|
+ <span slot="title">时间轴</span>
|
|
|
</el-menu-item>
|
|
|
</el-menu>
|
|
|
</el-col>
|