1.数据完整性列表调整
2.区域电能质量评估列表调整 3.调整监测点台账列表顺序 4.删除灿能电力字样 5.调整loge和ico图标 6.调整概览首页在线率和完整率数据 7.调整设备树的查询方式
This commit is contained in:
@@ -21,21 +21,21 @@
|
||||
</form>
|
||||
</div>
|
||||
<div id="search">
|
||||
<input style="width: 200px; height: 25px;" id="search_value"
|
||||
<input style="width: 94%; height: 25px;" id="search_value"
|
||||
type="text" value="" placeholder="请输入关键词" autocomplete="off"
|
||||
oninput="valueChange(this.value)" />
|
||||
<button type="button" id="serchB"
|
||||
class="btn-primary"
|
||||
onclick="javascript: searchNode(search_value.value)"
|
||||
style="height: 25px; width: 55px; border-radius: 4px; border: 1px solid;">
|
||||
<i class="glyphicon glyphicon-search"></i>搜索
|
||||
</button>
|
||||
<button type="button" id="resetB"
|
||||
class="btn-primary"
|
||||
onclick="resetTree()"
|
||||
style="padding: 0 5px; height: 25px; width: 55px; border-radius: 4px; border: 1px solid;display:none;">
|
||||
<i class="glyphicon glyphicon-refresh"></i>重置
|
||||
</button>
|
||||
<%-- <button type="button" id="serchB"--%>
|
||||
<%-- class="btn-primary"--%>
|
||||
<%-- onclick="javascript: searchNode(search_value.value)"--%>
|
||||
<%-- style="height: 25px; width: 55px; border-radius: 4px; border: 1px solid;">--%>
|
||||
<%-- <i class="glyphicon glyphicon-search"></i>搜索--%>
|
||||
<%-- </button>--%>
|
||||
<%-- <button type="button" id="resetB"--%>
|
||||
<%-- class="btn-primary"--%>
|
||||
<%-- onclick=""--%>
|
||||
<%-- style="padding: 0 5px; height: 25px; width: 55px; border-radius: 4px; border: 1px solid;display:none;">--%>
|
||||
<%-- <i class="glyphicon glyphicon-refresh"></i>重置--%>
|
||||
<%-- </button>--%>
|
||||
</div>
|
||||
<div id="tree" class="ztree" style="overflow: auto;margin-left: -8px;"></div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user