|
|
@@ -13,7 +13,7 @@
|
|
|
|
|
|
<body>
|
|
|
<div class="positon">
|
|
|
- <button class="back-btn" onclick="goBack()">← 返回</button>
|
|
|
+ <!-- <button class="back-btn" onclick="goBack()">← 返回</button> -->
|
|
|
底图:<select id="mapName">
|
|
|
</select>
|
|
|
</div>
|
|
|
@@ -21,7 +21,7 @@
|
|
|
<div class="title-icon">
|
|
|
<label class="legend-item legend-normal"><input type="checkbox" id="filterNormal" checked> 正常设备</label>
|
|
|
<label class="legend-item legend-yellow"><input type="checkbox" id="filterPlanned" checked> 问题设备</label>
|
|
|
-<!-- <label class="legend-item legend-red"><input type="checkbox" id="filterUnplanned" checked> 非计划性维修设备</label>-->
|
|
|
+ <!-- <label class="legend-item legend-red"><input type="checkbox" id="filterUnplanned" checked> 非计划性维修设备</label>-->
|
|
|
</div>
|
|
|
<div id="echart" class="echart"></div>
|
|
|
<div class="data">
|